mirror of https://github.com/adamdruppe/arsd.git
offer static linking option
This commit is contained in:
parent
97bb641aa1
commit
4953cba8fa
1
sqlite.d
1
sqlite.d
|
@ -9,6 +9,7 @@
|
||||||
manually without the extended metadata.)
|
manually without the extended metadata.)
|
||||||
*/
|
*/
|
||||||
module arsd.sqlite;
|
module arsd.sqlite;
|
||||||
|
version(static_sqlite) {} else
|
||||||
pragma(lib, "sqlite3");
|
pragma(lib, "sqlite3");
|
||||||
version(linux)
|
version(linux)
|
||||||
pragma(lib, "dl"); // apparently sqlite3 depends on this
|
pragma(lib, "dl"); // apparently sqlite3 depends on this
|
||||||
|
|
Loading…
Reference in New Issue