From f63d61a5294a4fd7dbd1e979562cecb0bc325d5b Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Sun, 9 Dec 2018 12:29:11 +0100 Subject: [PATCH] fix dub dependency build (fix #413) --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index f51d6ce..5235238 100644 --- a/dub.json +++ b/dub.json @@ -15,6 +15,6 @@ "built_with_dub" ], "preGenerateCommands" : [ - "rdmd dubhash.d" + "rdmd $PACKAGE_DIR/dubhash.d" ] }