diff --git a/common/dub.sdl b/common/dub.sdl index 908877a4..0893658f 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"