mirror of https://github.com/stella-emu/stella.git
libretro: Second pass at fixing Android builds.
This commit is contained in:
parent
e67b88d35f
commit
6215829efa
|
@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
CORE_DIR := $(LOCAL_PATH)/../..
|
CORE_DIR := $(LOCAL_PATH)/../..
|
||||||
|
|
||||||
include $(LOCAL_PATH)/../Makefile.common
|
include $(CORE_DIR)/libretro/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