mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-05-01 18:39:28 +02:00
Android build fix
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user