mirror of https://github.com/snes9xgit/snes9x.git
Fix android compile with ntsc filter.
This commit is contained in:
parent
2d960df03e
commit
a2ef6e3818
|
@ -13,7 +13,7 @@ endif
|
|||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := retro
|
||||
LOCAL_SRC_FILES := $(SOURCES_CXX)
|
||||
LOCAL_SRC_FILES := $(SOURCES_C) $(SOURCES_CXX)
|
||||
LOCAL_CXXFLAGS := $(COREFLAGS)
|
||||
LOCAL_LDFLAGS := -Wl,-version-script=$(CORE_DIR)/libretro/link.T
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
|
Loading…
Reference in New Issue