[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at collabora.com
Fri Apr 10 10:44:10 PDT 2015


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ea407fd6379031f0fe77a27ef48a041bd1cd13e9
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Apr 10 20:43:23 2015 +0300

    Look also for the iOS 8.3 SDK
    
    Change-Id: I4472eb296de3fcf4832750229c67acb0d846cbb6

diff --git a/configure.ac b/configure.ac
index 96031b1..ec50613 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2980,8 +2980,8 @@ if test $_os = iOS; then
 
     xcode_developer=`xcode-select -print-path`
 
-    current_sdk_ver=8.1
-    for sdkver in 8.2 8.1 8.0; do
+    current_sdk_ver=8.3
+    for sdkver in 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


More information about the Libreoffice-commits mailing list