Skip to content

Commit 345a6e2

Browse files
committed
Change to makefile recommended here sqlcipher#153
With that change make completes successfully
1 parent 90036c8 commit 345a6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif
3434

3535
init:
3636
git submodule update --init
37-
android update project -p .
37+
android update project -p . -t android-19
3838
cd ${OPENSSL_DIR} && git clean -dfx && \
3939
git checkout -f && ./Configure dist
4040

0 commit comments

Comments
 (0)