Skip to content

Commit

Permalink
Fix android jni compile with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
webgeek1234 committed Apr 3, 2018
1 parent e8a7a0b commit dc17e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/libretro/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ include ../Makefile.common

LOCAL_SRC_FILES := $(SOURCES_CXX) $(SOURCES_C)
LOCAL_CXXFLAGS += -DINLINE=inline -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DNDEBUG
LOCAL_LDLIBS := -latomic

include $(BUILD_SHARED_LIBRARY)

0 comments on commit dc17e59

Please sign in to comment.