summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-10-09 09:01:27 +0300
committerTor Lillqvist <tml@collabora.com>2019-10-09 09:17:11 +0300
commit2a3b9af83b3ab2891d8d2257bf11e34f8f62e32b (patch)
tree0237bf42c8475c2370ba177dc0a5ea0033789f4a /configure.ac
parentb6e07e9b87deab2f97ff492c13bb9396585b5e69 (diff)
Accept iOS SDK 13.1
Change-Id: I02870b35f67dd9ca47061311186d74dfec823aa7
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 0ecaa54ff976..f30b5e5712d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2967,8 +2967,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=13.0
- older_sdk_vers="12.4 12.2 12.1 12.0 11.4"
+ current_sdk_ver=13.1
+ older_sdk_vers="13.0 12.4 12.2 12.1 12.0 11.4"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=11.0