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 9dc710d commit 51f8025Copy full SHA for 51f8025
distribute.sh
@@ -140,7 +140,7 @@ function push_arm() {
140
elif [ "$PYPLATFORM" == "linux3" ]; then
141
PYPLATFORM="linux"
142
fi
143
- export PATH="$ANDROIDNDK/toolchains/arm-eabi-4.4.0/prebuilt/$PYPLATFORM-x86/bin/:$ANDROIDNDK:$ANDROIDSDK/tools:$PATH"
+
144
if [ "X${ANDROIDNDKVER:0:2}" == "Xr7" ] || [ "X$ANDROIDNDKVER" == "Xr8" ]; then
145
export TOOLCHAIN_PREFIX=arm-linux-androideabi
146
export TOOLCHAIN_VERSION=4.4.3
0 commit comments