Merge "Add SDK 10 and 11 to list of supported Mac SDKs" into mnc-ub-dev
This commit is contained in:
commit
2937ec60ea
|
@ -9,7 +9,7 @@ ifndef build_mac_version
|
||||||
|
|
||||||
build_mac_version := $(shell sw_vers -productVersion)
|
build_mac_version := $(shell sw_vers -productVersion)
|
||||||
|
|
||||||
mac_sdk_versions_supported := 10.6 10.7 10.8 10.9
|
mac_sdk_versions_supported := 10.6 10.7 10.8 10.9 10.10 10.11
|
||||||
ifneq ($(strip $(MAC_SDK_VERSION)),)
|
ifneq ($(strip $(MAC_SDK_VERSION)),)
|
||||||
mac_sdk_version := $(MAC_SDK_VERSION)
|
mac_sdk_version := $(MAC_SDK_VERSION)
|
||||||
ifeq ($(filter $(mac_sdk_version),$(mac_sdk_versions_supported)),)
|
ifeq ($(filter $(mac_sdk_version),$(mac_sdk_versions_supported)),)
|
||||||
|
|
Loading…
Reference in New Issue