From c9a4a2f65176fd4a3f9a74ce07b1be27ad6c793e Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 25 Aug 2017 00:29:43 +0200 Subject: Add "native" configuration and TanyaPhobos version --- dub.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'dub.json') 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"] } ] } -- cgit v1.2.3