[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist
tml at collabora.com
Wed Jan 28 03:13:29 PST 2015
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 91b4f63f0565232aeebb3541286cd0123706636d
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Jan 28 13:11:18 2015 +0200
Look for iOS SDK 8.2, too
diff --git a/configure.ac b/configure.ac
index f20dac0..7156e8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2954,7 +2954,7 @@ if test $_os = iOS; then
xcode_developer=`xcode-select -print-path`
current_sdk_ver=8.1
- for sdkver in 8.1 8.0; do
+ for sdkver in 8.2 8.1 8.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