mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 13:09:21 +01:00
build: fix GN build for sqlite
PR-URL: https://github.com/nodejs/node/pull/55912 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
d894772157
commit
5ba3b540d4
4
deps/sqlite/unofficial.gni
vendored
4
deps/sqlite/unofficial.gni
vendored
@ -7,6 +7,10 @@
|
||||
template("sqlite_gn_build") {
|
||||
config("sqlite_config") {
|
||||
include_dirs = [ "." ]
|
||||
defines = [
|
||||
"SQLITE_ENABLE_SESSION",
|
||||
"SQLITE_ENABLE_PREUPDATE_HOOK",
|
||||
]
|
||||
}
|
||||
|
||||
gypi_values = exec_script("../../tools/gypi_to_gn.py",
|
||||
|
Loading…
Reference in New Issue
Block a user