[android] Fixed new ndk toolchain path for Mac

This commit is contained in:
Alex Zolotarev 2013-08-02 01:28:18 +03:00 committed by Alex Zolotarev
parent 4ee32a3cff
commit c18a21e102

View file

@ -24,7 +24,7 @@ GetNdkHost()
return 0
fi
if [[ "${OSTYPE:0:6}" == "darwin" ]]; then
echo "darwin-x86"
echo "darwin-x86_64"
return 0
fi
if [[ "$OSTYPE" == "msys" ]]; then