diff --git a/dub.json b/dub.json index 838dd11..5703134 100644 --- a/dub.json +++ b/dub.json @@ -24,6 +24,6 @@ "bin" ], "preBuildCommands" : [ - "$DC -run \"$PACKAGE_DIR/dubhash.d\"" + "\"$DC\" -run \"$PACKAGE_DIR/dubhash.d\"" ] }