From bfd16c30fa70361fb87d258e71898d71ddea0483 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 3 Oct 2014 15:35:16 +0100 Subject: update default mac os X version in the correct place --- cocoa/Makefile.target | 2 -- 1 file changed, 2 deletions(-) (limited to 'cocoa/Makefile.target') diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target index eae3fae92..815243c61 100644 --- a/cocoa/Makefile.target +++ b/cocoa/Makefile.target @@ -25,8 +25,6 @@ endif # for timerisset() CFLAGS += -D_DARWIN_C_SOURCE -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) CFLAGS := $(SDK_FLAGS) $(CFLAGS) -- cgit v1.2.3