shithub: libvpx

Download patch

ref: 20b770eecd2fe3ff4b8be7c58fb9d67b32fee591
parent: 4327d509043c82b2854c28f3326d6ce16b47af06
parent: 324bcbfaed216e418e68ed39dee4e305838f3d13
author: Tom Finegan <[email protected]>
date: Thu Sep 24 14:44:32 EDT 2015

Merge "build/make/configure.sh: Silence arm target Xcode7 link warnings."

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -750,6 +750,7 @@
   # platforms, so use the newest one available.
   case ${toolchain} in
     arm*-darwin*)
+      add_cflags "-miphoneos-version-min=${IOS_VERSION_MIN}"
       iphoneos_sdk_dir="$(show_darwin_sdk_path iphoneos)"
       if [ -d "${iphoneos_sdk_dir}" ]; then
         add_cflags  "-isysroot ${iphoneos_sdk_dir}"