From c18a21e102cd4967cb49c3a04d8791dab5becc0d Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 2 Aug 2013 01:28:18 +0300 Subject: [PATCH] [android] Fixed new ndk toolchain path for Mac --- tools/autobuild/ndk_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autobuild/ndk_helper.sh b/tools/autobuild/ndk_helper.sh index ff15078856..47f6cebe4a 100644 --- a/tools/autobuild/ndk_helper.sh +++ b/tools/autobuild/ndk_helper.sh @@ -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