7ad7bdadd3
* fix: support Linux provider usage * fix: stage SQLite header for musl builds * fix: isolate musl SQLite discovery
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
module CSQLite3 [system] {
|
|
header "shim.h"
|
|
link "sqlite3"
|
|
export *
|
|
}
|