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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 24 19:46:04 UTC 2020


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

New commits:
commit 7dcf08fe6f14951cdf752a3772f25297cc238ce3
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Mar 24 21:45:18 2020 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Mar 24 21:45:18 2020 +0200

    Accept iOS SDK 13.4
    
    Change-Id: I7ef4acfd009c9e7fa0adf31a2f50f507b957bac9

diff --git a/configure.ac b/configure.ac
index 69bc570c581e..6f0fa7f3d400 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3057,8 +3057,8 @@ dnl ===================================================================
 
 if test $_os = iOS; then
     AC_MSG_CHECKING([what iOS SDK to use])
-    current_sdk_ver=13.2
-    older_sdk_vers="13.1 13.0 12.4 12.2"
+    current_sdk_ver=13.4
+    older_sdk_vers="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