diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-09-23 14:16:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-09-23 14:43:54 +0300 |
commit | 48df1a3f665ba843be6fa99bec8fd5796ec096fb (patch) | |
tree | 45675d9aa64b1406316680ca0707903c2d09b9a8 | |
parent | 9997f5fa056205fad58162dc0d2ce2d5d6b81ce8 (diff) |
Let's not bother looking for quite old iOS SDKs
Change-Id: I449d5fe425d741ca3b4a3be84e7e2bc015e90e32
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a47f16a4d4c6..88c512c2635f 100644 --- a/configure.ac +++ b/configure.ac @@ -3007,7 +3007,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 |