Kaydet (Commit) 0862e650 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Michael Meeks

iOS SDK 12.0 is the current now

Also, I don't see why we would want to use -miphoneos-version-min=12.0
just because we build against the 12.0 SDK. Use 11.0 as the minimum
runtime iOS version for now.

Change-Id: Ibbb65c785dc3c96c43413cf8b1f57fe8708bb5f7
Signed-off-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst 6ea77cff
......@@ -2863,13 +2863,13 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
current_sdk_ver=11.1
current_sdk_ver=12.0
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=$current_sdk_ver
else
platform=iPhoneOS
versionmin=-miphoneos-version-min=$current_sdk_ver
versionmin=-miphoneos-version-min=11.0
fi
xcode_developer=`xcode-select -print-path`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment