diff --git a/distribute.sh b/distribute.sh index b4b21a23bc..d5c44e3eb9 100755 --- a/distribute.sh +++ b/distribute.sh @@ -162,7 +162,7 @@ function push_arm() { export TOOLCHAIN_VERSION=4.4.3 fi - export PATH="$ANDROIDNDK/toolchains/$TOOLCHAIN_PREFIX-$TOOLCHAIN_VERSION/prebuilt/$PYPLATFORM-x86/bin/:$ANDROIDNDK:$ANDROIDSDK/tools:$PATH" + â‹…export PATH="$ANDROIDNDK/toolchains/$TOOLCHAIN_PREFIX-$TOOLCHAIN_VERSION/prebuilt/$PYPLATFORM-x86/bin/:$ANDROIDNDK/toolchains/$TOOLCHAIN_PREFIX-$TOOLCHAIN_VERSION/prebuilt/$PYPLATFORM-x86_64/bin/:$ANDROIDNDK:$ANDROIDSDK/tools:$PATH" # search compiler in the path, to fail now instead of later. CC=$(which $TOOLCHAIN_PREFIX-gcc)