From a58eecd6d1fee37bcd83fdfe1588f483ba0aa2ff Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 18 May 2012 19:54:30 +0000 Subject: [PATCH] 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 --- build/tools/build-wxwidgets.py | 2 -- 1 file changed, 2 deletions(-) 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: -- 2.47.2