Merge pull request #733 from WebFreak001/fix-dub-dep-build

Fix dubhash.d for packages depending on dscanner
This commit is contained in:
Sebastian Wilzbach 2018-12-09 12:56:15 +01:00 committed by GitHub
commit 09cb316c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
]
}