Skip to content

Commit

Permalink
Update Android.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 authored May 22, 2020
1 parent b43537b commit 3b21764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ LOCAL_SRC_FILES := $(SOURCES_CXX) $(SOURCES_C) $(SOURCES_ASM)
LOCAL_CFLAGS := $(COREFLAGS) $(CFLAGS)
LOCAL_CXXFLAGS := -std=c++11 $(COREFLAGS) $(CXXFLAGS)
LOCAL_LDFLAGS := -Wl,-version-script=$(LIBRETRO_DIR)/link.T
LOCAL_LDLIBS := -lGLESv2
LOCAL_LDLIBS := -lGLESv2 -llog
LOCAL_CPP_FEATURES := exceptions
LOCAL_ARM_NEON := true
LOCAL_ARM_MODE := arm
Expand Down

0 comments on commit 3b21764

Please sign in to comment.