| author | |
| committer | |
| log | 2d0fd76766eb231ce3021d023ad8fca05cbb81c0 |
| tree | 32d7b2fc8a679c42b98baab00deddb510f0a7c5f |
| parent | b97a68c529b5db15705f4d542d8ead616d27c880 |
1 files changed, 1 insertions(+), 2 deletions(-)
src/link/Coff/lld.zig+1-2| ... | ... | @@ -490,8 +490,7 @@ pub fn linkWithLLD(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod |
| 490 | 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? | |
| 494 | log.warn("adding system lib {s}", .{ lib_basename }); | |
| 493 | if (target.abi == .msvc) { | |
| 495 | 494 | argv.appendAssumeCapacity(lib_basename); |
| 496 | 495 | continue; |
| 497 | 496 | } |