8000 Fix Makefile to build on OSX · jayal/android-database-sqlcipher@82a7fae · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/sessions-eed3aa0554dd.js" defer="defer">

Commit 82a7fae

Browse files
author
Chris Brody
committed
Fix Makefile to build on OSX
1 parent 9d7e736 commit 82a7fae

File 8000 tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ copy-libs:
4646
cp ${JNI_DIR}/libs/armeabi/libdatabase_sqlcipher.so \
4747
${LIBRARY_ROOT}/armeabi && \
4848
cp ${CURDIR}/bin/classes/sqlcipher.jar ${LIBRARY_ROOT} && \
49-
cp ${ANDROID_NDK_ROOT}/sources/cxx-stl/stlport/libs/armeabi/libstlport_shared.so \
49+
cp ${EXTERNAL_DIR}/libs/armeabi/libstlport_shared.so \
5050
${LIBRARY_ROOT}/armeabi
5151
mkdir -p ${LIBRARY_ROOT}/x86
5252
cp ${EXTERNAL_DIR}/libs/x86/libsqlcipher_android.so \
5353
${LIBRARY_ROOT}/x86 && \
5454
cp ${JNI_DIR}/libs/x86/libdatabase_sqlcipher.so \
5555
${LIBRARY_ROOT}/x86 && \
56-
cp ${ANDROID_NDK_ROOT}/sources/cxx-stl/stlport/libs/x86/libstlport_shared.so \
56+
cp ${EXTERNAL_DIR}/libs/x86/libstlport_shared.so \
5757
${LIBRARY_ROOT}/x86
5858

5959
copy-libs-dist:

0 commit comments

Comments
 (0)
0