From b240bd7490343a644bf8cbb376a3e29b2e3719bf Mon Sep 17 00:00:00 2001 From: skyline131313 <11180237+skyline131313@users.noreply.github.com> Date: Sun, 13 Feb 2022 09:07:58 -0500 Subject: [PATCH] Update dub.json to remove dependency on `rdmd` --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index edaa129..e59b79c 100644 --- a/dub.json +++ b/dub.json @@ -15,6 +15,6 @@ "built_with_dub" ], "preGenerateCommands" : [ - "rdmd \"$PACKAGE_DIR/dubhash.d\"" + "$DC -run \"$PACKAGE_DIR/dubhash.d\"" ] }