Add build step log for run-make-support

I was always confused about what is being built, since nothing was printed in the log :)
This commit is contained in:
Jakub Beránek 2025-02-21 08:28:42 +01:00
parent c62239aeb3
commit 7312747f67

View file

@ -1234,6 +1234,14 @@ impl Step for RunMakeSupport {
&[],
);
let _guard = builder.msg_tool(
Kind::Build,
Mode::ToolStd,
"run-make-support",
self.compiler.stage,
&self.compiler.host,
&self.target,
);
cargo.into_cmd().run(builder);
let lib_name = "librun_make_support.rlib";