| ... | @@ -490,8 +490,7 @@ pub fn linkWithLLD(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod | ... | @@ -490,8 +490,7 @@ pub fn linkWithLLD(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod |
| 490 | continue; | 490 | continue; |
| 491 | } | 491 | } |
| 492 | } | 492 | } |
| 493 | if (target.abi == .msvc) { // TODO: Do this at the top, if we detect we're using the native libc? | 493 | if (target.abi == .msvc) { |
| 494 | log.warn("adding system lib {s}", .{ lib_basename }); | | |
| 495 | argv.appendAssumeCapacity(lib_basename); | 494 | argv.appendAssumeCapacity(lib_basename); |
| 496 | continue; | 495 | continue; |
| 497 | } | 496 | } |