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

jan Iversen jani at libreoffice.org
Mon Apr 3 11:18:12 UTC 2017


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 11a0863509f9ae14f31b660d60f9667516466783
Author: jan Iversen <jani at libreoffice.org>
Date:   Mon Apr 3 13:15:29 2017 +0200

    iOS update to allow iOS SDK 10.3
    
    added 10.3 SDK to configure.ac
    
    Change-Id: I2bd287cada37e595ee25a5a1bfc535daeeb247a9

diff --git a/configure.ac b/configure.ac
index 49ffc7f4b232..af0ffd882039 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2984,7 +2984,7 @@ if test $_os = iOS; then
     xcode_developer=`xcode-select -print-path`
 
     current_sdk_ver=10.2
-    for sdkver in 10.2 10.1 10.0 9.3; do
+    for sdkver in 10.3 10.2 10.1 10.0 9.3; 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