Merge pull request #738 from reicast/fix/android-gles-makefile
android: Fix makefile
This commit is contained in:
commit
924241c01a
|
@ -21,6 +21,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
FOR_ANDROID := 1
|
||||
WEBUI := 1
|
||||
USE_GLES := 1
|
||||
|
||||
ifneq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
NOT_ARM := 1
|
||||
|
|
Loading…
Reference in New Issue