From 758c78145fbd38910c3a472977a2c6c3d4dfa369 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 9 Nov 2022 10:52:34 -0800 Subject: [PATCH] Do not depend on rdmd. (#692) 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 908877a..0893658 100644 --- a/common/dub.sdl +++ b/common/dub.sdl @@ -1,6 +1,7 @@ name "common" stringImportPaths "../bin" -preGenerateCommands "rdmd \"$PACKAGE_DIR/dubhash.d\"" +preBuildCommands "\"$DC\" -run \"$PACKAGE_DIR/dubhash.d\"" + sourcePaths "src" importPaths "src"