summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/dub.json b/dub.json
index b6360c2..65286ec 100644
--- a/dub.json
+++ b/dub.json
@@ -11,7 +11,14 @@
"configurations": [
{
- "name": "library"
+ "name": "library",
+ "targetType": "library",
+ "versions": ["TanyaPhobos"]
+ },
+ {
+ "name": "native",
+ "targetType": "library",
+ "platforms": ["linux-x86_64"]
}
]
}