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

Rename misleadingly named variable

Change-Id: I48c7e2d29c16b61b71ef72a0a45792c968c0fa0f
üst fd56de49
...@@ -3114,7 +3114,7 @@ if test $_os = iOS; then ...@@ -3114,7 +3114,7 @@ if test $_os = iOS; then
xcode_developer=`xcode-select -print-path` xcode_developer=`xcode-select -print-path`
pref_sdk_ver=7.1 current_sdk_ver=7.1
for sdkver in 8.0 7.1 7.0 6.1 6.0; do 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 t=$xcode_developer/Platforms/$platform.platform/Developer/SDKs/$platform$sdkver.sdk
if test -d $t; then if test -d $t; then
...@@ -3125,7 +3125,7 @@ if test $_os = iOS; then ...@@ -3125,7 +3125,7 @@ if test $_os = iOS; then
done done
if test -z "$sysroot"; then if test -z "$sysroot"; then
AC_MSG_ERROR([Could not find iOS SDK, expected something like $xcode_developer/Platforms/$platform.platform/Developer/SDKs/${platform}${pref_sdk_ver}]) AC_MSG_ERROR([Could not find iOS SDK, expected something like $xcode_developer/Platforms/$platform.platform/Developer/SDKs/${platform}${current_sdk_ver}])
fi fi
AC_MSG_RESULT($sysroot) AC_MSG_RESULT($sysroot)
......
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