Fix $DC paths with spaces

This commit is contained in:
Cameron Ross 2022-08-20 18:25:48 -03:00 committed by Jan Jurzitza
parent 8761fa1e38
commit 1656e77b9c
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@
"bin"
],
"preBuildCommands" : [
"$DC -run \"$PACKAGE_DIR/dubhash.d\""
"\"$DC\" -run \"$PACKAGE_DIR/dubhash.d\""
]
}