diff options
Diffstat (limited to 'dub.json')
| -rw-r--r-- | dub.json | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,7 +18,9 @@ { "name": "native", "targetType": "library", - "platforms": ["linux-x86_64"] + "platforms": ["linux-x86_64"], + "preBuildCommands": ["ninja -C arch"], + "lflags": ["arch/tanya.a"] } ] } |
