build: fix node_use_sqlite for GN builds

PR-URL: https://github.com/nodejs/node/pull/59017
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
This commit is contained in:
Shelley Vohr 2025-08-09 02:22:24 +02:00 committed by GitHub
parent f3adc11e37
commit 21eac793cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View file

@ -42,6 +42,9 @@ declare_args() {
# The variable is called "openssl" for parity with node's GYP build.
node_use_openssl = true
# Build node with SQLite support.
node_use_sqlite = true
# Use the specified path to system CA (PEM format) in addition to
# the BoringSSL supplied CA store or compiled-in Mozilla CA copy.
node_openssl_system_ca_path = ""