Skip to content

Commit b2be97e

Browse files
Update README.md
Include SQLCipher CFLAGS for build instructions.
1 parent 01199d1 commit b2be97e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ In order to build `android-database-sqlcipher` from source you will need both th
143143
SQLCIPHER_ROOT=/some/path/to/sqlcipher-folder \
144144
OPENSSL_ROOT=/some/path/to/openssl-folder \
145145
SQLCIPHER_ANDROID_VERSION="4.4.2" \
146+
SQLCIPHER_CFLAGS="-DSQLITE_HAS_CODEC" \
146147
OPENSSL_ANDROID_LIB_ROOT=/some/path/for/android/native/lib/creation \
147148
make build-release
148149
```

0 commit comments

Comments
 (0)