fix dub dependency build (fix #413)

This commit is contained in:
WebFreak001 2018-12-09 12:29:11 +01:00
parent bb679b1b6e
commit f63d61a529
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"
]
}