diff --git a/src/link/Coff/lld.zig b/src/link/Coff/lld.zig index 367dde3e88f01dccc9b115b8385c13b94911e275..cc89c8d3449a52393b3efd74734dbd808ab932e6 100644 --- a/src/link/Coff/lld.zig +++ b/src/link/Coff/lld.zig @@ -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; }