diff --git a/dub.json b/dub.json index edaa129..2086e9e 100644 --- a/dub.json +++ b/dub.json @@ -14,7 +14,7 @@ "versions" : [ "built_with_dub" ], - "preGenerateCommands" : [ - "rdmd \"$PACKAGE_DIR/dubhash.d\"" + "preBuildCommands" : [ + "$DC -run \"$PACKAGE_DIR/dubhash.d\"" ] }