[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 21 10:39:58 UTC 2020
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 22a4b7e621cbb6cab1d82d57c370e3cf33b4e74e
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu May 21 10:59:41 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu May 21 12:39:24 2020 +0200
Accept iOS 13.5 SDK
Change-Id: I78756c8f89536e9a462448a7dc21a69c76520f44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94613
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/configure.ac b/configure.ac
index da0d3bad8c61..66e466b5297d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3066,8 +3066,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=13.4
- older_sdk_vers="13.2 13.1 13.0 12.4 12.2"
+ current_sdk_ver=13.5
+ older_sdk_vers="13.4 13.2 13.1 13.0 12.4 12.2"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=12.2
More information about the Libreoffice-commits
mailing list