mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
offer static linking option
This commit is contained in:
parent
97bb641aa1
commit
4953cba8fa
1 changed files with 1 additions and 0 deletions
1
sqlite.d
1
sqlite.d
|
@ -9,6 +9,7 @@
|
|||
manually without the extended metadata.)
|
||||
*/
|
||||
module arsd.sqlite;
|
||||
version(static_sqlite) {} else
|
||||
pragma(lib, "sqlite3");
|
||||
version(linux)
|
||||
pragma(lib, "dl"); // apparently sqlite3 depends on this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue