1
Fork 0

fix incorrect tracing log

Previous information is not correct.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
onur-ozkan 2025-03-12 10:29:13 +03:00
parent d2b52c5c48
commit cb260791a4

View file

@ -194,11 +194,7 @@ impl Step for Std {
trace!(?compiler_to_use);
if compiler_to_use != compiler {
trace!(
?compiler_to_use,
?compiler,
"compiler != compiler_to_use, handling cross-compile scenario"
);
trace!(?compiler_to_use, ?compiler, "compiler != compiler_to_use, uplifting library");
builder.ensure(Std::new(compiler_to_use, target));
let msg = if compiler_to_use.host == target {