diff options
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"] } ] } |
