From 05096e1fc540b27b503467f8bae94c60b9a22803 Mon Sep 17 00:00:00 2001 From: Jan Jurzitza Date: Mon, 13 Jun 2022 16:20:35 +0200 Subject: [PATCH] Change rdmd to $DC -run fix #472 --- 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\"" ] }