Skip to content

Commit f1247cf

Browse files
committed
fix test error
1 parent 5321b06 commit f1247cf

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
@@ -92,7 +92,7 @@ function push_arm() {
9292
#export OFLAG="-O2"
9393

9494
export CFLAGS="-mandroid $OFLAG -fomit-frame-pointer --sysroot $NDKPLATFORM"
95-
if [ $ARCH == "armeabi-v7a" ]; then
95+
if [ "X$ARCH" == "Xarmeabi-v7a" ]; then
9696
CFLAGS+=" -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb"
9797
fi
9898
export CXXFLAGS="$CFLAGS"

0 commit comments

Comments
 (0)