configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0531d203ffd0ff085d10c308d929e8653dd29f70
Author: Tor Lillqvist <[email protected]>
AuthorDate: Wed Oct 31 20:27:45 2018 +0200
Commit: Tor Lillqvist <[email protected]>
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 <[email protected]>
Tested-by: Tor Lillqvist <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits