From 0a9e39fd76e0b211d94f16ebfdb3770ca9da0a23 Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 25 Sep 2014 18:53:23 -0700 Subject: [PATCH] iphonesimulator: make iOS 6 the minimum requirement iOS 5 support isn't available in the Xcode 6 install; iOS 6 covers phones starting at the 3GS, so should be a reasonable base line Change-Id: I15572ec0dd73f1ffc88c58120c706384a01f2478 --- build/make/configure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/make/configure.sh b/build/make/configure.sh index ab6687f73..d07f87749 100644 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -788,8 +788,8 @@ process_common_toolchain() { add_ldflags "-mmacosx-version-min=10.9" ;; *-iphonesimulator-*) - add_cflags "-miphoneos-version-min=5.0" - add_ldflags "-miphoneos-version-min=5.0" + add_cflags "-miphoneos-version-min=6.0" + add_ldflags "-miphoneos-version-min=6.0" osx_sdk_dir="$(xcrun --sdk iphonesimulator --show-sdk-path)" add_cflags "-isysroot ${osx_sdk_dir}" add_ldflags "-isysroot ${osx_sdk_dir}" -- 2.40.0