Fix dubhash.d for packages depending on dscanner

This commit is contained in:
WebFreak001 2018-12-09 12:33:03 +01:00
parent 058d024da2
commit 691bc1a9a7
1 changed files with 1 additions and 1 deletions

View File

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