Skip to content

Commit

Permalink
Updated SQLCipher CPPFLAGS location (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
frovere authored May 26, 2022
1 parent 4d31c19 commit 6deff3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Set the location where `brew` installed it:

```bash
export LDFLAGS="-L`brew --prefix`/opt/sqlcipher/lib"
export CPPFLAGS="-I`brew --prefix`/opt/sqlcipher/include"
export CPPFLAGS="-I`brew --prefix`/opt/sqlcipher/include/sqlcipher"
npm install sqlite3 --build-from-source --sqlite_libname=sqlcipher --sqlite=`brew --prefix`

node -e 'require("sqlite3")'
Expand Down

0 comments on commit 6deff3c

Please sign in to comment.