mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
osx change from Thaago
This commit is contained in:
parent
a1ce73a85c
commit
d6d497106a
@ -851,6 +851,8 @@ def SdkLocateMacOSX():
|
||||
SDK["MACOSX"] = "/Developer/SDKs/MacOSX10.5.sdk"
|
||||
elif (os.path.exists("/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:
|
||||
exit("Could not find any MacOSX SDK")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user