mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Path to default location for Python output has changed.
This commit is contained in:
parent
2b3ce3ba3f
commit
db5ab80411
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ else:
|
||||||
# end of lines, so don't worry about that.
|
# end of lines, so don't worry about that.
|
||||||
#
|
#
|
||||||
if sys.platform == 'mac':
|
if sys.platform == 'mac':
|
||||||
_MWERKSDIR="Macintosh HD:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior"
|
_MWERKSDIR="Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior"
|
||||||
else:
|
else:
|
||||||
_MWERKSDIR="/Volumes/Moes/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/"
|
_MWERKSDIR="/Volumes/Moes/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/"
|
||||||
INCLUDEDIR=os.path.join(_MWERKSDIR, "MacOS Support", "Universal", "Interfaces", "CIncludes")
|
INCLUDEDIR=os.path.join(_MWERKSDIR, "MacOS Support", "Universal", "Interfaces", "CIncludes")
|
||||||
|
@ -37,9 +37,9 @@ INCLUDEDIR=os.path.join(_MWERKSDIR, "MacOS Support", "Universal", "Interfaces",
|
||||||
# your source directory, not your installed directory.
|
# your source directory, not your installed directory.
|
||||||
#
|
#
|
||||||
if sys.platform == 'mac':
|
if sys.platform == 'mac':
|
||||||
TOOLBOXDIR=os.path.join(sys.prefix, "Mac", "Lib", "Carbon")
|
TOOLBOXDIR=os.path.join(sys.prefix, "Lib", "plat-mac", "Carbon")
|
||||||
else:
|
else:
|
||||||
TOOLBOXDIR="/Users/jack/src/python/Mac/Lib/Carbon"
|
TOOLBOXDIR="/Users/jack/src/python/Lib/plat-mac/Carbon"
|
||||||
|
|
||||||
# Creator for C files:
|
# Creator for C files:
|
||||||
CREATOR="CWIE"
|
CREATOR="CWIE"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue