[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - configure.ac

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 24 10:37:50 UTC 2019


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

New commits:
commit aa5b94d614381ec9776e998c27ed87bd55c968fc
Author:     Tor Lillqvist <tml at iki.fi>
AuthorDate: Wed Jul 24 13:36:38 2019 +0300
Commit:     Tor Lillqvist <tml at iki.fi>
CommitDate: Wed Jul 24 13:36:38 2019 +0300

    Accept also iOS SDK 12.4
    
    Change-Id: Ia5ff5cc48d744ec4ac0f1a27a0d850ce23a46f26

diff --git a/configure.ac b/configure.ac
index 060c463b0606..3086c999fabb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2895,8 +2895,8 @@ dnl ===================================================================
 
 if test $_os = iOS; then
     AC_MSG_CHECKING([what iOS SDK to use])
-    current_sdk_ver=12.2
-    older_sdk_vers="12.1 12.0 11.4 11.2"
+    current_sdk_ver=12.4
+    older_sdk_vers="12.2 12.1 12.0 11.4 11.2"
     if test "$enable_ios_simulator" = "yes"; then
         platform=iPhoneSimulator
         versionmin=-mios-simulator-version-min=11.0


More information about the Libreoffice-commits mailing list