summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-08-25 00:29:43 +0200
committerEugen Wissner <belka@caraus.de>2017-08-25 00:29:43 +0200
commitc9a4a2f65176fd4a3f9a74ce07b1be27ad6c793e (patch)
tree91d01ed3d471fdb89173e97ed4b453695f14cd4f /dub.json
parent0e99effaeb59a6af301e2879063005d2bc82870e (diff)
downloadtanya-c9a4a2f65176fd4a3f9a74ce07b1be27ad6c793e.tar.gz
Add "native" configuration and TanyaPhobos version
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"]
}
]
}