summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/dub.json b/dub.json
index e6dfaaf..00188bf 100644
--- a/dub.json
+++ b/dub.json
@@ -18,9 +18,10 @@
{
"name": "native",
"targetType": "library",
- "platforms": ["linux-x86_64"],
+ "platforms": ["linux-x86_64-gdc"],
"preBuildCommands": ["ninja -C arch"],
- "lflags": ["arch/tanya.a"]
+ "lflags": ["arch/tanya.a"],
+ "versions": ["TanyaNative"]
}
]
}