diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-09-26 08:26:12 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-09-26 08:26:12 +0200 |
| commit | faebf3e4d5f6fcdfe1ad9f30c75fb478a7259fd1 (patch) | |
| tree | ad53ce90a2314d4676331bce326c7b5aeb9a2f59 /dub.json | |
| parent | 20e7df386bfd9449bf7fb0926918e176bb37140c (diff) | |
| download | tanya-faebf3e4d5f6fcdfe1ad9f30c75fb478a7259fd1.tar.gz | |
Fix #304
Replace inline assembly with GAS.
Diffstat (limited to 'dub.json')
| -rw-r--r-- | dub.json | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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"] } ] } |
