We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fed09 commit b1fb7d4Copy full SHA for b1fb7d4
Sources/SQLite3/SQLite3.h
Sources/SQLite3/module.modulemap
@@ -1,4 +1,4 @@
1
module SQLite3 [system] {
2
- header "SQLite3.h"
+ link "sqlite3"
3
export *
4
}
0 commit comments