Skip to content

Commit 51f8025

Browse files
committed
remove invalid PATH set before resolving the NDK compiler path
1 parent 9dc710d commit 51f8025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function push_arm() {
140140
elif [ "$PYPLATFORM" == "linux3" ]; then
141141
PYPLATFORM="linux"
142142
fi
143-
export PATH="$ANDROIDNDK/toolchains/arm-eabi-4.4.0/prebuilt/$PYPLATFORM-x86/bin/:$ANDROIDNDK:$ANDROIDSDK/tools:$PATH"
143+
144144
if [ "X${ANDROIDNDKVER:0:2}" == "Xr7" ] || [ "X$ANDROIDNDKVER" == "Xr8" ]; then
145145
export TOOLCHAIN_PREFIX=arm-linux-androideabi
146146
export TOOLCHAIN_VERSION=4.4.3

0 commit comments

Comments
 (0)