Commit 1e82558
sqlite: use bundled amalgamation on Linux/macOS when pkg-config is unavailable
When `pkg-config sqlite3` fails, fall back to compiling the bundled
`thirdparty/sqlite/sqlite3.c` directly instead of `-lsqlite3`, which
requires a system development package. Users can obtain the amalgamation
by running `vlib/db/sqlite/install_thirdparty_sqlite.vsh`.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3d9911f commit 1e82558
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments