Fix dubhash with spaces in folder name

This commit is contained in:
WebFreak001 2019-01-14 20:33:17 +01:00
parent b00d3490bf
commit a79a43a9dc
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@
"built_with_dub"
],
"preGenerateCommands" : [
"rdmd $PACKAGE_DIR/dubhash.d"
"rdmd \"$PACKAGE_DIR/dubhash.d\""
]
}