Merge "Add SDK 10 and 11 to list of supported Mac SDKs" into mnc-ub-dev

This commit is contained in:
Stefan De Clercq 2016-05-17 20:09:01 +00:00 committed by Android (Google) Code Review
commit 2937ec60ea
1 changed files with 1 additions and 1 deletions

View File

@ -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)),)