diff options
-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 |