mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
build: configure with shared sqlite3
PR-URL: https://github.com/nodejs/node/pull/53519 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
parent
69abdcd1bd
commit
78ea6cee1b
4 changed files with 30 additions and 1 deletions
2
node.gyp
2
node.gyp
|
@ -19,6 +19,7 @@
|
|||
'node_shared_http_parser%': 'false',
|
||||
'node_shared_cares%': 'false',
|
||||
'node_shared_libuv%': 'false',
|
||||
'node_shared_sqlite%': 'false',
|
||||
'node_shared_uvwasi%': 'false',
|
||||
'node_shared_nghttp2%': 'false',
|
||||
'node_use_openssl%': 'true',
|
||||
|
@ -543,7 +544,6 @@
|
|||
|
||||
'dependencies': [
|
||||
'deps/histogram/histogram.gyp:histogram',
|
||||
'deps/sqlite/sqlite.gyp:sqlite',
|
||||
],
|
||||
|
||||
'msvs_settings': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue