10.5 is the minimum SDK for both OSX ports now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -268,8 +268,6 @@ def main(scriptName, args):
|
||||
xcodePath+"/SDKs/MacOSX10.6.sdk",
|
||||
xcodePath+"/SDKs/MacOSX10.7.sdk",
|
||||
]
|
||||
if not options.osx_cocoa:
|
||||
sdks.insert(0, xcodePath+"/SDKs/MacOSX10.4u.sdk")
|
||||
|
||||
# use the lowest available sdk
|
||||
for sdk in sdks:
|
||||
|
Reference in New Issue
Block a user