diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-06-16 14:03:12 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-06-16 14:08:33 +0300 |
commit | edb1582c4aec8948872aeca46e4a2703768f3c55 (patch) | |
tree | d117ef7a6634f171f4189a63917842a1bdf13f18 /configure.ac | |
parent | 01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b (diff) |
Look for SDKs 9.0 and 8.4, too
Change-Id: I9cfb2f2a456ab64ffd12c2a4a2a0bfe65507a05e
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 74b097715c7a..ae350a819267 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 |