Skip to content

Commit

Permalink
build: fix GN build for sqlite
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
zcbenz authored and aduh95 committed Nov 26, 2024
1 parent 5a2a757 commit f48e289
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps/sqlite/unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f48e289

Please sign in to comment.