Kaydet (Commit) 91b4f63f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Look for iOS SDK 8.2, too

üst 30b60fb2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment