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

Look also for iOS SDK 8.0

Change-Id: I0587e395f6b4833953618b1a0ac1e201a1f79b61
üst 49229866
......@@ -3114,8 +3114,8 @@ if test $_os = iOS; then
xcode_developer=`xcode-select -print-path`
pref_sdk_ver=7.0
for sdkver in 7.1 7.0 6.1 6.0; do
pref_sdk_ver=7.1
for sdkver in 8.0 7.1 7.0 6.1 6.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