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:
Robin Dunn
2012-05-18 19:54:30 +00:00
parent a45d4eca0a
commit a58eecd6d1

View File

@@ -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: