8000 fix test error · loaf/python-for-android@f1247cf · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0