summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-03-24 21:45:18 +0200
committerTor Lillqvist <tml@collabora.com>2020-03-25 00:24:47 +0200
commitc6f7199f9d2a67920948352571698bd32e280d76 (patch)
tree0eff1a9f40623b50737cfca29bf633d1714b43c1 /configure.ac
parent1cc6e16bdbff154a1752390f5cf03b18ed280d61 (diff)
Accept iOS SDK 13.4
Change-Id: I7ef4acfd009c9e7fa0adf31a2f50f507b957bac9
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 c3d3b87e9464..8f75b097b3d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2986,8 +2986,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=13.2
- older_sdk_vers="13.1 13.0 12.4 12.2"
+ current_sdk_ver=13.4
+ older_sdk_vers="13.2 13.1 13.0 12.4 12.2"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=12.2