summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-06-07 17:15:07 +0300
committerTor Lillqvist <tml@collabora.com>2018-06-07 21:51:36 +0300
commit6961b7509122b6e829ec2b72e1bde68c615a0a2f (patch)
tree9e8d8a0d23f069e192d43e3e10321b1f96139824 /configure.ac
parentfccc7aebb5285e36530b14001e37b33b586365f9 (diff)
Bump iOS SDK version to the current one, 11.4
Not sure why we at some stage lost the possibiliy to build against any of several recent versions, but require one specific. But yeah, no big deal, anybody working on iOS code is expected to keep ther Xcode (and thus SDKs) updated.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c045e6fb7340..0f236c885723 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2932,7 +2932,7 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=11.3
+ current_sdk_ver=11.4
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=$current_sdk_ver