configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit eb07bbb7acf45f106d4c3b6a34faeb3a10ad0233 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Tue Sep 13 09:15:44 2022 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Tue Sep 13 21:43:55 2022 +0200
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 <t...@collabora.com> 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