From e20d808a56721906ba7aac860b4dcf128f3b825d Mon Sep 17 00:00:00 2001 From: skyline131313 <11180237+skyline131313@users.noreply.github.com> Date: Mon, 13 Jun 2022 10:23:56 -0400 Subject: [PATCH] Update dub.json to remove dependency on `rdmd` (#547) --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index edaa129..2086e9e 100644 --- a/dub.json +++ b/dub.json @@ -14,7 +14,7 @@ "versions" : [ "built_with_dub" ], - "preGenerateCommands" : [ - "rdmd \"$PACKAGE_DIR/dubhash.d\"" + "preBuildCommands" : [ + "$DC -run \"$PACKAGE_DIR/dubhash.d\"" ] }