summaryrefslogtreecommitdiffstats
path: root/Mac/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Tools')
-rw-r--r--Mac/Tools/pythonw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/pythonw.c b/Mac/Tools/pythonw.c
index 991a738..448e324 100644
--- a/Mac/Tools/pythonw.c
+++ b/Mac/Tools/pythonw.c
@@ -79,7 +79,7 @@ static char* get_python_path(void)
if (end[1] == '.') {
end++;
}
- strcpy(end, "Resources/Python.app/Contents/MacOS/Python");
+ strcpy(end, "Resources/Python.app/Contents/MacOS/" PYTHONFRAMEWORK);
return g_path;
}