diff --git a/dub.json b/dub.json index d31e4e7..35f1b96 100644 --- a/dub.json +++ b/dub.json @@ -23,7 +23,7 @@ "stringImportPaths" : [ "bin" ], - "preGenerateCommands" : [ - "rdmd \"$PACKAGE_DIR/dubhash.d\"" + "preBuildCommands" : [ + "$DC -run \"$PACKAGE_DIR/dubhash.d\"" ] }