[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 26 08:43:28 UTC 2019


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 87f998fedb2a7c86007695c88bf3aa550c61c576
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Mar 26 10:42:09 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Mar 26 10:42:09 2019 +0200

    Accept iOS SDK 12.2
    
    Change-Id: Ie3eae75f13d27f3fce11acb66073dd51c0d41a32

diff --git a/configure.ac b/configure.ac
index 8a3f1e2cdfeb..0a8c1a5c3b94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2962,8 +2962,8 @@ dnl ===================================================================
 
 if test $_os = iOS; then
     AC_MSG_CHECKING([what iOS SDK to use])
-    current_sdk_ver=12.1
-    older_sdk_vers="12.0 11.4"
+    current_sdk_ver=12.2
+    older_sdk_vers="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