summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-07-24 13:40:49 +0300
committerTor Lillqvist <tml@collabora.com>2019-07-24 13:40:49 +0300
commit6c2ccd544f091c844fc1d03023c7e8f8af8c2620 (patch)
tree718aaf88387ae5bdb6c3128f1a0ba2d63ca8b62d /configure.ac
parent910f6928196c97626024dae83db3caed511a2e2b (diff)
Accept also iOS SDK 12.4
Change-Id: I7bf7a428d53b7a1a4e0675414c4532f1f5b763a9
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index db7ca14c043a..79423e1d5365 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3024,8 +3024,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=12.2
- older_sdk_vers="13.0 12.1 12.0 11.4"
+ current_sdk_ver=12.4
+ older_sdk_vers="13.0 12.2 12.1 12.0 11.4"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=11.0