From e639f8bcbe8a73c9ebefb445edc101ec0c2731c1 Mon Sep 17 00:00:00 2001 From: Jan Jurzitza Date: Sun, 13 Feb 2022 19:37:20 +0000 Subject: [PATCH] Change rdmd to $DC -run Fix #821 --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index d31e4e7..35f1b96 100644 --- a/dub.json +++ b/dub.json @@ -23,7 +23,7 @@ "stringImportPaths" : [ "bin" ], - "preGenerateCommands" : [ - "rdmd \"$PACKAGE_DIR/dubhash.d\"" + "preBuildCommands" : [ + "$DC -run \"$PACKAGE_DIR/dubhash.d\"" ] }