summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dub.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/dub.json b/dub.json
index 00188bf..d3cdf03 100644
--- a/dub.json
+++ b/dub.json
@@ -12,7 +12,12 @@
"configurations": [
{
"name": "library",
- "targetType": "library",
+ "targetType": "staticLibrary",
+ "versions": ["TanyaPhobos"]
+ },
+ {
+ "name": "dynamic",
+ "targetType": "dynamicLibrary",
"versions": ["TanyaPhobos"]
},
{