Skip to content

Commit

Permalink
Update dub.json to remove dependency on rdmd (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline131313 authored Jun 13, 2022
1 parent ed5fc2f commit 036da91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"versions" : [
"built_with_dub"
],
"preGenerateCommands" : [
"rdmd \"$PACKAGE_DIR/dubhash.d\""
"preBuildCommands" : [
"$DC -run \"$PACKAGE_DIR/dubhash.d\""
]
}

0 comments on commit 036da91

Please sign in to comment.