diff --git a/dub.json b/dub.json index edaa129..e59b79c 100644 --- a/dub.json +++ b/dub.json @@ -15,6 +15,6 @@ "built_with_dub" ], "preGenerateCommands" : [ - "rdmd \"$PACKAGE_DIR/dubhash.d\"" + "$DC -run \"$PACKAGE_DIR/dubhash.d\"" ] }