From dabd9df85c7c4b8085dcd99d63db0ba23efadf2c Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Tue, 21 Jan 2014 18:31:28 +0300 Subject: [PATCH] [linux] Fixed ndk path --- 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 47f6cebe4a..f9a90f09e3 100644 --- a/tools/autobuild/ndk_helper.sh +++ b/tools/autobuild/ndk_helper.sh @@ -20,7 +20,7 @@ GetNdkRoot() GetNdkHost() { if [[ "${OSTYPE:0:5}" == "linux" ]]; then - echo "linux-x86" + echo "linux-x86_64" return 0 fi if [[ "${OSTYPE:0:6}" == "darwin" ]]; then