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