summaryrefslogtreecommitdiff
path: root/cocoa/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/Makefile.target')
-rw-r--r--cocoa/Makefile.target2
1 files changed, 0 insertions, 2 deletions
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)