offer static linking option

This commit is contained in:
Adam D. Ruppe 2019-07-06 22:51:14 -04:00
parent 97bb641aa1
commit 4953cba8fa
1 changed files with 1 additions and 0 deletions

View File

@ -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