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 5321b06 commit f1247cfCopy full SHA for f1247cf
distribute.sh
@@ -92,7 +92,7 @@ function push_arm() {
92
#export OFLAG="-O2"
93
94
export CFLAGS="-mandroid $OFLAG -fomit-frame-pointer --sysroot $NDKPLATFORM"
95
- if [ $ARCH == "armeabi-v7a" ]; then
+ if [ "X$ARCH" == "Xarmeabi-v7a" ]; then
96
CFLAGS+=" -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb"
97
fi
98
export CXXFLAGS="$CFLAGS"
0 commit comments