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
|
@ -220,6 +220,10 @@
|
|||
'dependencies': [ 'deps/brotli/brotli.gyp:brotli' ],
|
||||
}],
|
||||
|
||||
[ 'node_shared_sqlite=="false"', {
|
||||
'dependencies': [ 'deps/sqlite/sqlite.gyp:sqlite' ],
|
||||
}],
|
||||
|
||||
[ 'OS=="mac"', {
|
||||
# linking Corefoundation is needed since certain OSX debugging tools
|
||||
# like Instruments require it for some features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue