We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f965f70 commit d24a153Copy full SHA for d24a153
distribute.sh
@@ -162,7 +162,7 @@ function push_arm() {
162
export TOOLCHAIN_VERSION=4.4.3
163
fi
164
165
- 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"
166
167
# search compiler in the path, to fail now instead of later.
168
CC=$(which $TOOLCHAIN_PREFIX-gcc)
0 commit comments