Update dub.json to remove dependency on `rdmd`

This commit is contained in:
skyline131313 2022-02-13 09:07:58 -05:00 committed by GitHub
parent 6a24f0dc7c
commit b240bd7490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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