mirror of
https://github.com/libretro/fuse-libretro.git
synced 2024-11-23 00:39:48 +00:00
Force -D__LIBRETRO__ for Android JNI files if not done so already
This commit is contained in:
parent
27c9e61a0a
commit
6fd07d90ac
@ -22,6 +22,6 @@ $(shell cp $(CORE_DIR)/src/config_libspectrum.h $(CORE_DIR)/libspectrum/config.h
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := retro
|
||||
LOCAL_SRC_FILES := $(SOURCES_C)
|
||||
LOCAL_CFLAGS := $(COREFLAGS)
|
||||
LOCAL_CFLAGS := $(COREFLAGS) -D__LIBRETRO__
|
||||
LOCAL_LDFLAGS := -Wl,-version-script=$(CORE_DIR)/build/link.T
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
Loading…
Reference in New Issue
Block a user