Browse Source

osx change from Thaago

rdb 17 years ago
parent
commit
d6d497106a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      doc/makepanda/makepandacore.py

+ 2 - 0
doc/makepanda/makepandacore.py

@@ -851,6 +851,8 @@ def SdkLocateMacOSX():
         SDK["MACOSX"] = "/Developer/SDKs/MacOSX10.5.sdk"
         SDK["MACOSX"] = "/Developer/SDKs/MacOSX10.5.sdk"
     elif (os.path.exists("/Developer/SDKs/MacOSX10.4u.sdk")):
     elif (os.path.exists("/Developer/SDKs/MacOSX10.4u.sdk")):
         SDK["MACOSX"] = "/Developer/SDKs/MacOSX10.4u.sdk"
         SDK["MACOSX"] = "/Developer/SDKs/MacOSX10.4u.sdk"
+    elif (os.path.exists("/Developer/SDKs/MacOSX10.4.0.sdk")):
+        SDK["MACOSX"] = "/Developer/SDKs/MacOSX10.4.0.sdk"
     else:
     else:
         exit("Could not find any MacOSX SDK")
         exit("Could not find any MacOSX SDK")