[Libreoffice-commits] core.git: configure.ac
jan Iversen
jani at libreoffice.org
Thu Nov 2 17:23:37 UTC 2017
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b03fe77699b1ad30a9441bd9b283f25579ac261e
Author: jan Iversen <jani at libreoffice.org>
Date: Thu Nov 2 18:20:53 2017 +0100
iOS allow newest SDK
allow SDK 11.1 alongside 11.0
Change-Id: I0ad3c47ebccfac90fe7ae9101781c91a0fcd5fba
diff --git a/configure.ac b/configure.ac
index 2537a1689b69..842e38b5b097 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2844,7 +2844,7 @@ if test $_os = iOS; then
xcode_developer=`xcode-select -print-path`
current_sdk_ver=11.0
- for sdkver in 11.0; do
+ for sdkver in 11.1 11.0; do
t=$xcode_developer/Platforms/$platform.platform/Developer/SDKs/$platform$sdkver.sdk
if test -d $t; then
ios_sdk=$sdkver
More information about the Libreoffice-commits
mailing list