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:
committed by
The Android Open Source Project
commit
dbe0cf83b6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user