Commit ab33bb2
fix: use full path /usr/include/sqlite3.h in CSQLite module map
Bare 'sqlite3.h' requires pkg-config to resolve the include path.
Using the absolute path works reliably on Linux after libsqlite3-dev
is installed, without depending on pkg-config being configured.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a6ce650 commit ab33bb2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
0 commit comments