Browse Source

link atomic library. seems to be required in the latest Android NDK

pull/1/head
Grant Limberg 10 years ago
parent
commit
8809c6d122
  1. 2
      java/jni/Android.mk

2
java/jni/Android.mk

@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := ZeroTierOneJNI
LOCAL_C_INCLUDES := $(ZT1)/include
LOCAL_C_INCLUDES += $(ZT1)/node
LOCAL_LDLIBS := -llog
LOCAL_LDLIBS := -llog -latomic
# LOCAL_CFLAGS := -g
# ZeroTierOne SDK source files

Loading…
Cancel
Save