try to fix android build issue

Issue #73

Build log : https://buildbot.libretro.com/log/2017-03-17_fceumm_android_armeabi-v7a.log

I am unfamiliar with android environment, hope this is the way to do it since i dont have android environment to test with.

@meepingsnesroms
This commit is contained in:
retro-wertz
2017-03-18 08:48:07 +08:00
committed by GitHub
parent 571aa7c0fa
commit 36f2b63db7

View File

@@ -28,5 +28,6 @@ LOCAL_SRC_FILES = $(SOURCES_C)
LOCAL_CFLAGS += -DWANT_GRIFFIN -DINLINE=inline -DSOUND_QUALITY=0 -DPSS_STYLE=1 -D__LIBRETRO__ -DFCEU_VERSION_NUMERIC=9813 -DFRONTEND_SUPPORTS_RGB565
LOCAL_C_INCLUDES = $(LOCAL_PATH)/$(CORE_DIR)
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(CORE_DIR)/drivers/libretro
include $(BUILD_SHARED_LIBRARY)