summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/dub.json b/dub.json
index 446d4ce..e6dfaaf 100644
--- a/dub.json
+++ b/dub.json
@@ -18,7 +18,9 @@
{
"name": "native",
"targetType": "library",
- "platforms": ["linux-x86_64"]
+ "platforms": ["linux-x86_64"],
+ "preBuildCommands": ["ninja -C arch"],
+ "lflags": ["arch/tanya.a"]
}
]
}