Skip to content

Commit afbba5b

Browse files
committed
Merge pull request #21 from developernotes/master
Build Update
2 parents 223c91c + 1e261c2 commit afbba5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ LOCAL_SHARED_LIBRARIES := \
4949
libsqlite3_android
5050

5151
LOCAL_CFLAGS += -U__APPLE__
52-
LOCAL_LDFLAGS += -L../external/android-2.1/ -L../external/libs/armeabi/
52+
LOCAL_LDFLAGS += -L../external/android-libs/ -L../external/libs/armeabi/
5353

5454
# libs from the NDK
5555
LOCAL_LDLIBS += -ldl -llog

0 commit comments

Comments
 (0)