am 1f012b1: Fix the host setup script to work on mac

Merge commit '1f012b193f9a651b93e9aff2c2a7f9a9d266de5d'

* commit '1f012b193f9a651b93e9aff2c2a7f9a9d266de5d':
  Fix the host setup script to work on mac
This commit is contained in:
Xavier Ducrohet
2009-05-07 19:04:38 -07:00
committed by The Android Open Source Project

View File

@@ -76,7 +76,7 @@ add_config "HOST_ARFLAGS := $ARFLAGS"
TOOLCHAINS=arm-eabi-4.2.1
EXT=""
[ "Windows_NT" -eq "$OS" ] && EXT=".exe"
[ "Windows_NT" == "$OS" ] && EXT=".exe"
for tc in $TOOLCHAINS; do
echo "Toolchain : Checking for $tc prebuilt binaries"