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

Tor Lillqvist tml at collabora.com
Mon Oct 20 15:02:32 PDT 2014


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

New commits:
commit 7caf64cd7d289993f00f78ee374010e353484608
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Oct 21 01:00:34 2014 +0300

    Current iOS SDK is now 8.1
    
    Change-Id: Ie2860cf1a279d08cf8a08b72c20539ddaa00be15

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