From 57f8cf6433003cafa1a9b359e1d119c3373b8f87 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 3 Oct 2014 15:15:55 +0100 Subject: As we no longer build the PPC version the default SDK version should be 10.6 for snow leopard compatability --- cocoa/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target index d5b983a98..eae3fae92 100644 --- a/cocoa/Makefile.target +++ b/cocoa/Makefile.target @@ -25,7 +25,7 @@ endif # for timerisset() CFLAGS += -D_DARWIN_C_SOURCE -MACOSX_VERSION ?= 10.5 +MACOSX_VERSION ?= 10.6 SDK_VERSION ?= $(MACOSX_VERSION) SDK_PATH ?= $(DEVELOPER_PATH)/SDKs/MacOSX$(SDK_VERSION).sdk SDK_FLAGS := -isysroot $(SDK_PATH) -mmacosx-version-min=$(MACOSX_VERSION) -- cgit v1.2.3