From a4130412a327257e6c2f0f18e98c818312caf9ba Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 21 Jan 2013 08:26:55 +0000 Subject: [PATCH] updated for 10.5 minimum git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/osx/wxcocoa.xcconfig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build/osx/wxcocoa.xcconfig b/build/osx/wxcocoa.xcconfig index e5a73a7cd1..9388c5c9a6 100644 --- a/build/osx/wxcocoa.xcconfig +++ b/build/osx/wxcocoa.xcconfig @@ -3,12 +3,10 @@ WXTOOLKITUPPER = COCOA #include "wx.xcconfig" -MACOSX_DEPLOYMENT_TARGET = 10.4 -MACOSX_DEPLOYMENT_TARGET[arch=x86_64] = 10.5 +MACOSX_DEPLOYMENT_TARGET = 10.5 GCC_VERSION = 4.2 -GCC_VERSION[arch=ppc] = 4.0 ARCHS = ppc i386 x86_64 -OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework QuickTime +OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework QTKit -- 2.50.0