From 3d2ce7877e66061756472deb98efe795a03cdf20 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 7 Nov 2022 16:45:22 -0800 Subject: [PATCH] Update common/dub.sdl Co-authored-by: Jan Jurzitza --- common/dub.sdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/dub.sdl b/common/dub.sdl index ae67b92..0893658 100644 --- a/common/dub.sdl +++ b/common/dub.sdl @@ -1,6 +1,7 @@ name "common" stringImportPaths "../bin" -preGenerateCommands "$DC -run \"$PACKAGE_DIR/dubhash.d\"" +preBuildCommands "\"$DC\" -run \"$PACKAGE_DIR/dubhash.d\"" + sourcePaths "src" importPaths "src"