Skip to content

Commit 43bffd5

Browse files
committed
android/openssl: disable-asm on architecture x86
1 parent e00950c commit 43bffd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/contrib/tools/do-compile-openssl.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ elif [ "$FF_ARCH" = "x86" ]; then
9090

9191
FF_PLATFORM_CFG_FLAGS="android-x86"
9292

93+
FF_CFG_FLAGS="$FF_CFG_FLAGS no-asm"
94+
9395
elif [ "$FF_ARCH" = "x86_64" ]; then
9496
FF_ANDROID_PLATFORM=android-21
9597

0 commit comments

Comments
 (0)