Skip to content

Commit 1656e77

Browse files
HerringwayWebFreak001
authored andcommitted
Fix $DC paths with spaces
1 parent 8761fa1 commit 1656e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"bin"
2525
],
2626
"preBuildCommands" : [
27-
"$DC -run \"$PACKAGE_DIR/dubhash.d\""
27+
"\"$DC\" -run \"$PACKAGE_DIR/dubhash.d\""
2828
]
2929
}

0 commit comments

Comments
 (0)