build-support: fix macosx check for XCode warning.
parent
3e4faec9e5
commit
a4f80bafce
|
|
@ -52,7 +52,7 @@ ensure_program_installed() {
|
||||||
$ECHO -n "any of [ $* ]"
|
$ECHO -n "any of [ $* ]"
|
||||||
fi
|
fi
|
||||||
$ECHO " and try again."
|
$ECHO " and try again."
|
||||||
if [[ $OS -eq macosx ]] ; then
|
if [[ $OS == macosx ]] ; then
|
||||||
$ECHO "If you have Xcode 4.3 or higher installed, you must install the"
|
$ECHO "If you have Xcode 4.3 or higher installed, you must install the"
|
||||||
$ECHO "Command Line Tools from Xcode Preferences > Downloads in order"
|
$ECHO "Command Line Tools from Xcode Preferences > Downloads in order"
|
||||||
$ECHO "to build Factor."
|
$ECHO "to build Factor."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue