Skip to content

Commit f48e289

Browse files
zcbenzaduh95
authored andcommitted
build: fix GN build for sqlite
PR-URL: #55912 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 5a2a757 commit f48e289

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deps/sqlite/unofficial.gni

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
template("sqlite_gn_build") {
88
config("sqlite_config") {
99
include_dirs = [ "." ]
10+
defines = [
11+
"SQLITE_ENABLE_SESSION",
12+
"SQLITE_ENABLE_PREUPDATE_HOOK",
13+
]
1014
}
1115

1216
gypi_values = exec_script("../../tools/gypi_to_gn.py",

0 commit comments

Comments
 (0)