Skip to content

Commit

Permalink
fixed ld issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1r0 committed Jun 11, 2015
1 parent aa98b74 commit 6604a37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion caffe-mobile/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ LOCAL_LDLIBS += -lboost_random-gcc-mt-1_55 \
-lboost_math_tr1-gcc-mt-1_55 \
-lboost_system-gcc-mt-1_55 \
-lboost_thread-gcc-mt-1_55 \
-lboost_date_time-gcc-mt-1_55
-lboost_date_time-gcc-mt-1_55 \
-lboost_atomic-gcc-mt-1_55

LOCAL_ARM_MODE := arm
ifeq ($(TARGET_ARCH_ABI), armeabi-v7a)
Expand Down

0 comments on commit 6604a37

Please sign in to comment.