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 723de4c commit a9dc5a3Copy full SHA for a9dc5a3
scripts/build_against_electron.sh
@@ -45,6 +45,7 @@ make clean
45
# now test building against shared sqlite
46
export NODE_SQLITE3_JSON1=no
47
if [[ $(uname -s) == 'Darwin' ]]; then
48
+ brew update
49
brew install sqlite
50
npm install --build-from-source --sqlite=$(brew --prefix) --clang=1 $GYP_ARGS
51
else
scripts/build_against_node.sh
@@ -25,6 +25,7 @@ publish
25
echo "building from source to test against external libsqlite3"
26
27
28
29
30
npm install --build-from-source --sqlite=$(brew --prefix) --clang=1
31
0 commit comments