| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5a2a757 commit f48e289
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,10 @@ | |||
| 7 | 7 | template("sqlite_gn_build") { | |
| 8 | 8 | config("sqlite_config") { | |
| 9 | 9 | include_dirs = [ "." ] | |
| 10 | + defines = [ | ||
| 11 | + "SQLITE_ENABLE_SESSION", | ||
| 12 | + "SQLITE_ENABLE_PREUPDATE_HOOK", | ||
| 13 | + ] | ||
| 10 | 14 | } | |
| 11 | 15 | ||
| 12 | 16 | gypi_values = exec_script("../../tools/gypi_to_gn.py", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments