diff options
Diffstat (limited to 'Mac/Lib/bgenlocations.py')
-rw-r--r-- | Mac/Lib/bgenlocations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/bgenlocations.py b/Mac/Lib/bgenlocations.py index 28792ba..84f3587 100644 --- a/Mac/Lib/bgenlocations.py +++ b/Mac/Lib/bgenlocations.py @@ -28,7 +28,7 @@ else: if sys.platform == 'mac': _MWERKSDIR="Macintosh HD:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior" else: - _MWERKSDIR="/Volumes/Sap/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") # |