From ced64acae07bcd7704796dbc8a54fd921962757a Mon Sep 17 00:00:00 2001 From: Jan Jurzitza Date: Sun, 9 Dec 2018 12:56:38 +0100 Subject: [PATCH] fix dub dependency build (fix #413) (#414) --- 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" ] }