mirror of https://github.com/stella-emu/stella.git
libretro: Attempt to fix Android build script.
This commit is contained in:
parent
17a29dec98
commit
8063a3dacd
|
@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
CORE_DIR := $(LOCAL_PATH)/../..
|
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)
|
COREFLAGS := -DANDROID -D__LIB_RETRO__ -DHAVE_STRINGS_H -DSOUND_SUPPORT $(INCFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue