diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-01-28 13:11:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-01-28 13:11:18 +0200 |
commit | 91b4f63f0565232aeebb3541286cd0123706636d (patch) | |
tree | f3decd0f0451a89e03a982d8b71da3d59e491fa4 /configure.ac | |
parent | 30b60fb2df5fcd4d3f63c0a63e81610b0bd81fc4 (diff) |
Look for iOS SDK 8.2, too
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 f20dac0b9a7c..7156e8f1b8ce 100644 --- a/configure.ac +++ b/configure.ac @@ -2954,7 +2954,7 @@ if test $_os = iOS; then xcode_developer=`xcode-select -print-path` current_sdk_ver=8.1 - for sdkver in 8.1 8.0; do + for sdkver in 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 |