ref: 55a79f6bf78cf341d374cf048948e71d2b0c9e6b
parent: 62848d2a87284fc80e2918e068175dfac9acf121
parent: 0a9e39fd76e0b211d94f16ebfdb3770ca9da0a23
author: James Zern <[email protected]>
date: Fri Sep 26 07:24:41 EDT 2014
Merge "iphonesimulator: make iOS 6 the minimum requirement"
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -788,8 +788,8 @@
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}"