Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d31c19 commit 6deff3cCopy full SHA for 6deff3c
README.md
@@ -199,7 +199,7 @@ Set the location where `brew` installed it:
199
200
```bash
201
export LDFLAGS="-L`brew --prefix`/opt/sqlcipher/lib"
202
-export CPPFLAGS="-I`brew --prefix`/opt/sqlcipher/include"
+export CPPFLAGS="-I`brew --prefix`/opt/sqlcipher/include/sqlcipher"
203
npm install sqlite3 --build-from-source --sqlite_libname=sqlcipher --sqlite=`brew --prefix`
204
205
node -e 'require("sqlite3")'
0 commit comments