[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - configure.ac
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 1 21:31:31 UTC 2018
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0531d203ffd0ff085d10c308d929e8653dd29f70
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Oct 31 20:27:45 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Nov 1 22:31:04 2018 +0100
Current iOS SDK is 12.1
It sucks that configure.ac nowadays looks for exactly one specific
version of the iOS SDK. I don't understand why that was thought to be
a good idea.
Change-Id: I5b67e17c627735bbafffc8177f1422813a33e034
Reviewed-on: https://gerrit.libreoffice.org/62707
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 65b5dc8e9847..a964a00e44d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2863,7 +2863,7 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=12.0
+ current_sdk_ver=12.1
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=$current_sdk_ver
More information about the Libreoffice-commits
mailing list