From faebf3e4d5f6fcdfe1ad9f30c75fb478a7259fd1 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 26 Sep 2017 08:26:12 +0200 Subject: Fix #304 Replace inline assembly with GAS. --- dub.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dub.json') 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"] } ] } -- cgit v1.2.3