[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 24 10:44:02 UTC 2019
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6c2ccd544f091c844fc1d03023c7e8f8af8c2620
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Jul 24 13:40:49 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Jul 24 13:40:49 2019 +0300
Accept also iOS SDK 12.4
Change-Id: I7bf7a428d53b7a1a4e0675414c4532f1f5b763a9
diff --git a/configure.ac b/configure.ac
index db7ca14c043a..79423e1d5365 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3024,8 +3024,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=12.2
- older_sdk_vers="13.0 12.1 12.0 11.4"
+ current_sdk_ver=12.4
+ older_sdk_vers="13.0 12.2 12.1 12.0 11.4"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=11.0
More information about the Libreoffice-commits
mailing list