summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-09-26 08:26:12 +0200
committerEugen Wissner <belka@caraus.de>2017-09-26 08:26:12 +0200
commitfaebf3e4d5f6fcdfe1ad9f30c75fb478a7259fd1 (patch)
treead53ce90a2314d4676331bce326c7b5aeb9a2f59 /dub.json
parent20e7df386bfd9449bf7fb0926918e176bb37140c (diff)
downloadtanya-faebf3e4d5f6fcdfe1ad9f30c75fb478a7259fd1.tar.gz
Fix #304
Replace inline assembly with GAS.
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"]
}
]
}