[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 20 12:07:41 UTC 2019
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a2fd0aad70e401aa0837ef23581893e51254bdde
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Jun 5 08:13:47 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Nov 20 13:06:50 2019 +0100
Accept also iOS SDK 13.0
Change-Id: Ibbc731f998b00a0ea1235a961290746a849f81cf
(cherry picked from commit 3ced4cd5f31dfca8198ab583cebe487ef1f2a809)
Reviewed-on: https://gerrit.libreoffice.org/83274
Tested-by: Jenkins
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 b7d429b8c4e9..cf7aba7c9ac5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2982,7 +2982,7 @@ 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"
+ older_sdk_vers="13.0 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