Merge pull request #87 from webgeek1234/master

Fix android jni compile with clang
This commit is contained in:
Twinaphex 2018-04-04 07:52:58 +02:00 committed by GitHub
commit 34b983b334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,5 +65,6 @@ FLAGS += $(ENDIANNESS_DEFINES) -DSIZEOF_DOUBLE=8 $(WARNINGS) -DPACKAGE=\"mednafe
LOCAL_CFLAGS = $(FLAGS)
LOCAL_CXXFLAGS += $(FLAGS) -fexceptions
LOCAL_LDLIBS := -latomic
include $(BUILD_SHARED_LIBRARY)