mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
fixup: remove leftover log
This commit is contained in:
parent
b97a68c529
commit
2d0fd76766
@ -490,8 +490,7 @@ pub fn linkWithLLD(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod
|
||||
continue;
|
||||
}
|
||||
}
|
||||
if (target.abi == .msvc) { // TODO: Do this at the top, if we detect we're using the native libc?
|
||||
log.warn("adding system lib {s}", .{ lib_basename });
|
||||
if (target.abi == .msvc) {
|
||||
argv.appendAssumeCapacity(lib_basename);
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user