From 48df1a3f665ba843be6fa99bec8fd5796ec096fb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 23 Sep 2019 14:16:19 +0300 Subject: Let's not bother looking for quite old iOS SDKs Change-Id: I449d5fe425d741ca3b4a3be84e7e2bc015e90e32 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit