[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 27 13:41:21 UTC 2021
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d02b6c1d6d2fa975df33057584a99ebaa02bbc95
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Apr 27 11:47:14 2021 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Apr 27 15:40:31 2021 +0200
Accept iOS SDK 14.5
Change-Id: I57bfcf40e823551021b58a74ef0e78a5781f5b0e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114703
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/configure.ac b/configure.ac
index e24605fcb54f..ae6fc04fb5d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3392,8 +3392,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=14.4
- older_sdk_vers="14.3 14.2 14.1 14.0 13.7"
+ current_sdk_ver=14.5
+ older_sdk_vers="14.4 14.3 14.2 14.1 14.0 13.7"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=12.2
More information about the Libreoffice-commits
mailing list