Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d8e2fec authored by Alexander Martinz's avatar Alexander Martinz Committed by Gerrit Code Review
Browse files

support macOS sdk 10.12



Change-Id: Ief6c7141303f8f431d95d330b87293d67bcc1386
Signed-off-by: default avatarAlexander Martinz <eviscerationls@gmail.com>
parent 7f080163
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 10.11
mac_sdk_versions_supported :=  10.8 10.9 10.10 10.11 10.12
ifneq ($(strip $(MAC_SDK_VERSION)),)
mac_sdk_version := $(MAC_SDK_VERSION)
ifeq ($(filter $(mac_sdk_version),$(mac_sdk_versions_supported)),)