mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-02-08 16:05:32 +01:00
Android build fix
This commit is contained in:
parent
a16cbdc416
commit
13d5e9c875
@ -22,10 +22,10 @@ CORE_DIR := ..
|
||||
SOURCES_C :=
|
||||
SOURCES_ASM :=
|
||||
|
||||
include $(CORE_DIR)/Makefile.common
|
||||
|
||||
CPU_ARCH := arm
|
||||
|
||||
include $(CORE_DIR)/Makefile.common
|
||||
|
||||
LOCAL_SRC_FILES := $(SOURCES_C) $(SOURCES_ASM)
|
||||
LOCAL_CFLAGS += -O2 -DARM_ARCH -DNDEBUG -DINLINE=inline -D__LIBRETRO__ -DFRONTEND_SUPPORTS_RGB565 $(INCFLAGS)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user