diff options
author | Tor Lillqvist <tml@collabora.com> | 2022-09-13 09:15:44 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2022-09-13 21:43:55 +0200 |
commit | eb07bbb7acf45f106d4c3b6a34faeb3a10ad0233 (patch) | |
tree | 8c52c2281714bbbb0b8db672c100e09dbcc294bd /configure.ac | |
parent | 8e6df40db6e52b4ea657e5d81a32a7fdb006b00a (diff) |
Don't bother looking for so many old versions of the iOS SDK
Change-Id: I94bafd68040ddce9f856955236a623ba090af22b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139825
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 41d2c30a9816..bb20611c862f 100644 --- a/configure.ac +++ b/configure.ac @@ -3657,7 +3657,7 @@ dnl =================================================================== if test $_os = iOS; then AC_MSG_CHECKING([what iOS SDK to use]) current_sdk_ver=16.0 - older_sdk_vers="15.6 15.5 15.4 15.2 15.0 14.5" + older_sdk_vers="15.6" if test "$enable_ios_simulator" = "yes"; then platform=iPhoneSimulator versionmin=-mios-simulator-version-min=13.6 |