From: Robin Dunn Date: Fri, 18 May 2012 19:54:30 +0000 (+0000) Subject: 10.5 is the minimum SDK for both OSX ports now X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a58eecd6d1fee37bcd83fdfe1588f483ba0aa2ff?ds=sidebyside 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 --- diff --git a/build/tools/build-wxwidgets.py b/build/tools/build-wxwidgets.py index 3a564ea38a..c052e817f5 100755 --- a/build/tools/build-wxwidgets.py +++ b/build/tools/build-wxwidgets.py @@ -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: