| ... | @@ -405,6 +405,7 @@ pub fn linkWithLLD(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod | ... | @@ -405,6 +405,7 @@ pub fn linkWithLLD(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod |
| 405 | try argv.append(try comp.get_libc_crt_file(arena, "mingw32.lib")); | 405 | try argv.append(try comp.get_libc_crt_file(arena, "mingw32.lib")); |
| 406 | try argv.append(try comp.get_libc_crt_file(arena, "mingwex.lib")); | 406 | try argv.append(try comp.get_libc_crt_file(arena, "mingwex.lib")); |
| 407 | try argv.append(try comp.get_libc_crt_file(arena, "msvcrt-os.lib")); | 407 | try argv.append(try comp.get_libc_crt_file(arena, "msvcrt-os.lib")); |
| | 408 | try argv.append(try comp.get_libc_crt_file(arena, "uuid.lib")); |
| 408 | | 409 | |
| 409 | for (mingw.always_link_libs) |name| { | 410 | for (mingw.always_link_libs) |name| { |
| 410 | if (!self.base.options.system_libs.contains(name)) { | 411 | if (!self.base.options.system_libs.contains(name)) { |