Merge pull request #328 from mstorsjo/enable-x86-asm-android
Enable x86 assembly by default if building for x86 android
This commit is contained in:
commit
4412411f83
@ -18,6 +18,7 @@ else
|
||||
GCCPATHPREFIX = x86
|
||||
GCCPREFIX = i686-linux-android
|
||||
APP_ABI = x86
|
||||
USE_ASM = Yes
|
||||
ifeq (Yes, $(USE_ASM))
|
||||
ASM = nasm
|
||||
CFLAGS += -DX86_ASM
|
||||
|
Loading…
x
Reference in New Issue
Block a user