mirror of
https://github.com/libretro/scenewalker-libretro.git
synced 2025-02-16 22:28:11 +00:00
Fix JNI build
This commit is contained in:
parent
11b686a5dd
commit
9642e819c6
@ -17,8 +17,10 @@ ifeq ($(TARGET_ARCH),mips)
|
||||
LOCAL_CFLAGS += -DANDROID_MIPS
|
||||
endif
|
||||
|
||||
INCFLAGS = -I../ -I../engine
|
||||
LOCAL_SRC_FILES += $(wildcard ../*.cpp) $(wildcard ../engine/*.cpp) $(wildcard ../*.c)
|
||||
LOCAL_CXXFLAGS += -O2 -Wall -ffast-math -fexceptions -DGLES -DANDROID
|
||||
LOCAL_CXXFLAGS += -O2 -Wall -ffast-math -fexceptions -DGLES -DANDROID $(INCFLAGS)
|
||||
LOCAL_CFLAGS += $(INCFLAGS)
|
||||
LOCAL_LDLIBS += -lz -llog -lGLESv2
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user