We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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