Update dub.json to remove dependency on `rdmd` (#547)

This commit is contained in:
skyline131313 2022-06-13 10:23:56 -04:00 committed by Bastiaan Veelo
parent 2ca0bab22a
commit e20d808a56
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"versions" : [ "versions" : [
"built_with_dub" "built_with_dub"
], ],
"preGenerateCommands" : [ "preBuildCommands" : [
"rdmd \"$PACKAGE_DIR/dubhash.d\"" "$DC -run \"$PACKAGE_DIR/dubhash.d\""
] ]
} }