Skip to content

Commit 6deff3c

Browse files
authored
Updated SQLCipher CPPFLAGS location (#1613)
1 parent 4d31c19 commit 6deff3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Set the location where `brew` installed it:
199199

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

205205
node -e 'require("sqlite3")'

0 commit comments

Comments
 (0)