fix dub dependency build (fix #413) (#414)

This commit is contained in:
Jan Jurzitza 2018-12-09 12:56:38 +01:00 committed by Sebastian Wilzbach
parent bb679b1b6e
commit ced64acae0
1 changed files with 1 additions and 1 deletions

View File

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