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

Accept also iOS SDK 7.0

Change-Id: I7c863819f5d6022201ce9d450703b5b4d4463dc2
üst ae1bb97f
......@@ -2697,7 +2697,7 @@ if test $_os = iOS; then
fi
pref_sdk_ver=6.1
for I in 6.1 6.0; do
for I in 6.1 6.0 7.0; do
t=$xcode_developer/Platforms/$platform.platform/Developer/SDKs/$platform$I.sdk
if test -d $t; then
sysroot=$t
......
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