aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.json
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-06-27 16:59:44 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-08-01 07:46:58 -0400
commit4d5ee2ead874c7a436faa8754eb99215927ea94d (patch)
treec1519c0b8db2302bcf46ffdce04a6580d7a012e5 /dub.json
parentorg-mode code block headers (diff)
dir rename ./sundry (from ./misc)
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/dub.json b/dub.json
index 088f5e7..dd817a5 100644
--- a/dub.json
+++ b/dub.json
@@ -42,7 +42,8 @@
"sourcePaths": [ "./src/ext_depends/d2sqlite3/source" ],
"configurations": [
{
- "name": "with-lib",
+ "name": "d2sqlite3",
+ "d2sqlite3": "with-lib",
"targetType": "library",
"systemDependencies": "SQLite version >= 3.8.7",
"libs": [ "sqlite3" ],