From 4e4aacdf1204ae73c3d4d21218586d5367bf9528 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 24 Aug 2013 19:05:28 +0000 Subject: [PATCH] carbon sdk must be 10.7 max, 10.8 is not supported anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/osx/wxcarbon.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/osx/wxcarbon.xcconfig b/build/osx/wxcarbon.xcconfig index 99bc902e9f..398e6733a6 100644 --- a/build/osx/wxcarbon.xcconfig +++ b/build/osx/wxcarbon.xcconfig @@ -4,7 +4,7 @@ WXTOOLKITUPPER = CARBON #include "wx.xcconfig" MACOSX_DEPLOYMENT_TARGET = 10.5 -SDKROOT = macosx +SDKROOT = macosx10.7 GCC_VERSION[arch=ppc] = 4.0 -- 2.45.2