mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Merged revisions 78755 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78755 | ronald.oussoren | 2010-03-07 10:04:06 +0100 (Sun, 07 Mar 2010) | 3 lines Fix for issue #7998: pythonw didn't work when --with-framework-name was specified ........
This commit is contained in:
parent
57de4c45ff
commit
b366cda5e0
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue