summaryrefslogtreecommitdiff
path: root/build/make
diff options
context:
space:
mode:
authorAlex Converse <aconverse@google.com>2015-11-02 14:05:37 -0800
committerAlex Converse <aconverse@google.com>2015-11-02 14:35:57 -0800
commit080ad919df51802ca89be8c94d2da22347c339b1 (patch)
tree52edfad5226c248de8e1fdabbb4cbc1a539dd272 /build/make
parent16bf821dfca130af1bbf5a8b7d99b9cd01bd2215 (diff)
downloadlibvpx-080ad919df51802ca89be8c94d2da22347c339b1.tar
libvpx-080ad919df51802ca89be8c94d2da22347c339b1.tar.gz
libvpx-080ad919df51802ca89be8c94d2da22347c339b1.tar.bz2
libvpx-080ad919df51802ca89be8c94d2da22347c339b1.zip
Add target for Mac OS X 10.11 'El Capitan'
Change-Id: I174f5b41be384894e41b8e2926cbf8fd0f8e21b2
Diffstat (limited to 'build/make')
-rw-r--r--build/make/configure.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 85f826c15..37ed86f83 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -688,6 +688,10 @@ process_common_toolchain() {
tgt_isa=x86_64
tgt_os=darwin14
;;
+ *darwin15*)
+ tgt_isa=x86_64
+ tgt_os=darwin15
+ ;;
x86_64*mingw32*)
tgt_os=win64
;;
@@ -795,6 +799,10 @@ process_common_toolchain() {
add_cflags "-mmacosx-version-min=10.10"
add_ldflags "-mmacosx-version-min=10.10"
;;
+ *-darwin15-*)
+ add_cflags "-mmacosx-version-min=10.11"
+ add_ldflags "-mmacosx-version-min=10.11"
+ ;;
*-iphonesimulator-*)
add_cflags "-miphoneos-version-min=${IOS_VERSION_MIN}"
add_ldflags "-miphoneos-version-min=${IOS_VERSION_MIN}"