From 16b1b0576ca457b491c9f2c7a7bc699012c3fafe Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 13 Oct 2015 18:00:45 -0700 Subject: [PATCH] Allow to build against Mac OS X SDK 10.11. Bug: 24739158 Change-Id: I7c57e141dd02a0d2de5a7a1ccbc72ffe422a8d6f --- core/combo/mac_version.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/combo/mac_version.mk b/core/combo/mac_version.mk index 638e3a0e2..f6bd85211 100644 --- a/core/combo/mac_version.mk +++ b/core/combo/mac_version.mk @@ -9,7 +9,7 @@ ifndef build_mac_version build_mac_version := $(shell sw_vers -productVersion) -mac_sdk_versions_supported := 10.8 10.9 10.10 +mac_sdk_versions_supported := 10.8 10.9 10.10 10.11 ifneq ($(strip $(MAC_SDK_VERSION)),) mac_sdk_version := $(MAC_SDK_VERSION) ifeq ($(filter $(mac_sdk_version),$(mac_sdk_versions_supported)),)