configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit edb1582c4aec8948872aeca46e4a2703768f3c55
Author: Tor Lillqvist <[email protected]>
Date: Tue Jun 16 14:03:12 2015 +0300
Look for SDKs 9.0 and 8.4, too
Change-Id: I9cfb2f2a456ab64ffd12c2a4a2a0bfe65507a05e
diff --git a/configure.ac b/configure.ac
index 74b0977..ae350a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3029,7 +3029,7 @@ if test $_os = iOS; then
xcode_developer=`xcode-select -print-path`
current_sdk_ver=8.3
- for sdkver in 8.3 8.2 8.1 8.0; do
+ for sdkver in 9.0 8.4 8.3 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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits