[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - configure.ac

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 20 13:19:01 UTC 2019


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

New commits:
commit 2ef262b6963690eba7b9b81ba0add1ab176d39c7
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 Nov 20 14:18:02 2019 +0100

    Accept also iOS SDK 12.4
    
    Change-Id: I7bf7a428d53b7a1a4e0675414c4532f1f5b763a9
    (cherry picked from commit 6c2ccd544f091c844fc1d03023c7e8f8af8c2620)
    Reviewed-on: https://gerrit.libreoffice.org/83275
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/configure.ac b/configure.ac
index cf7aba7c9ac5..d57f4e86adbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2981,8 +2981,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