summaryrefslogtreecommitdiffhomepage
path: root/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/dub.json b/dub.json
index f7a417b..56a548d 100644
--- a/dub.json
+++ b/dub.json
@@ -13,7 +13,6 @@
"stringImportPaths": [ "./views" ],
"buildRequirements": [ "allowWarnings" ],
"targetType": "executable",
- "platforms": [ "posix" ],
"buildTypes": {
"dmd": {
"dflags": [ "-J=views", "-I=src" ],
@@ -42,7 +41,7 @@
}
},
"dependencies": {
- "spine_search:arsd.cgi": "*",
+ "spine_search:arsd.cgi": "*",
"spine_search:d2sqlite3": "*"
},
"subPackages": [
@@ -58,7 +57,6 @@
"configurations": [
{
"name": "d2sqlite3",
- "d2sqlite3": "with-lib",
"targetType": "library",
"systemDependencies": "SQLite version >= 3.8.7",
"libs": [ "sqlite3" ],
@@ -78,7 +76,6 @@
"configurations": [
{
"name": "cgi",
- "cgi": "with-lib",
"targetType": "library",
"systemDependencies": "Arsd version >= 0.8.7"
}