osx: bump build sdk to 10.9

This commit is contained in:
Cory Fields
2015-01-20 00:20:44 -05:00
parent e1aecae33a
commit f0172bf91e
5 changed files with 13 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
OSX_MIN_VERSION=10.6
OSX_SDK_VERSION=10.7
OSX_MIN_VERSION=10.7
OSX_SDK_VERSION=10.9
OSX_SDK=$(SDK_PATH)/MacOSX$(OSX_SDK_VERSION).sdk
LD64_VERSION=241.9
darwin_CC=clang -target $(host) -mmacosx-version-min=$(OSX_MIN_VERSION) --sysroot $(OSX_SDK) -mlinker-version=$(LD64_VERSION)