mirror of https://github.com/stella-emu/stella.git
libretro: Attempt to fix Android build script.
This commit is contained in:
parent
08a2c63a0b
commit
e67b88d35f
|
@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
|
|||
|
||||
CORE_DIR := $(LOCAL_PATH)/../..
|
||||
|
||||
include $(CORE_DIR)/os/libretro/Makefile.common
|
||||
include $(LOCAL_PATH)/../Makefile.common
|
||||
|
||||
COREFLAGS := -DANDROID -D__LIB_RETRO__ -DHAVE_STRINGS_H -DSOUND_SUPPORT $(INCFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue