summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-09-23 14:16:19 +0300
committerTor Lillqvist <tml@collabora.com>2019-11-20 14:19:11 +0100
commit8788e4e4d0a71b5d7ada9ee5775d0675167ae120 (patch)
treec4647d0b3ac425e3389c2d5e85677a977ff167a0 /configure.ac
parentiOS SDK 13.0 is the current version (diff)
downloadcore-8788e4e4d0a71b5d7ada9ee5775d0675167ae120.tar.gz
core-8788e4e4d0a71b5d7ada9ee5775d0675167ae120.zip
Let's not bother looking for quite old iOS SDKs
Change-Id: I449d5fe425d741ca3b4a3be84e7e2bc015e90e32 (cherry picked from commit 48df1a3f665ba843be6fa99bec8fd5796ec096fb) Reviewed-on: https://gerrit.libreoffice.org/83277 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
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 d29af8c8d5c5..19ebb04f118d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2982,7 +2982,7 @@ 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"
+ older_sdk_vers="12.4 12.2"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=11.0