mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
coff: always link uuid.lib as part of mingw libc
This commit is contained in:
parent
e477352af3
commit
2725c20a72
@ -405,6 +405,7 @@ pub fn linkWithLLD(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod
|
|||||||
try argv.append(try comp.get_libc_crt_file(arena, "mingw32.lib"));
|
try argv.append(try comp.get_libc_crt_file(arena, "mingw32.lib"));
|
||||||
try argv.append(try comp.get_libc_crt_file(arena, "mingwex.lib"));
|
try argv.append(try comp.get_libc_crt_file(arena, "mingwex.lib"));
|
||||||
try argv.append(try comp.get_libc_crt_file(arena, "msvcrt-os.lib"));
|
try argv.append(try comp.get_libc_crt_file(arena, "msvcrt-os.lib"));
|
||||||
|
try argv.append(try comp.get_libc_crt_file(arena, "uuid.lib"));
|
||||||
|
|
||||||
for (mingw.always_link_libs) |name| {
|
for (mingw.always_link_libs) |name| {
|
||||||
if (!self.base.options.system_libs.contains(name)) {
|
if (!self.base.options.system_libs.contains(name)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user