mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
sqlite: add build option to build without sqlite
Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: https://github.com/nodejs/node/pull/58122 Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
1350adeeaf
commit
535c2f7562
33 changed files with 144 additions and 34 deletions
|
@ -233,7 +233,7 @@
|
|||
'dependencies': [ 'deps/brotli/brotli.gyp:brotli' ],
|
||||
}],
|
||||
|
||||
[ 'node_shared_sqlite=="false"', {
|
||||
[ 'node_use_sqlite=="true" and node_shared_sqlite=="false"', {
|
||||
'dependencies': [ 'deps/sqlite/sqlite.gyp:sqlite' ],
|
||||
}],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue