Fix dubhash with spaces in folder name

This commit is contained in:
WebFreak001 2019-01-14 20:40:20 +01:00
parent 144cc4ed41
commit 9ddd93086f
1 changed files with 1 additions and 1 deletions

View File

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