Skip to content

Commit 51b44be

Browse files
committed
std.zig.target: Support new wiaguid library name for MinGW-w64.
1 parent 8afe928 commit 51b44be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/std/zig/target.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ pub fn isLibCLibName(target: std.Target, name: []const u8) bool {
242242
return true;
243243
if (eqlIgnoreCase(ignore_case, name, "wbemuuid"))
244244
return true;
245+
if (eqlIgnoreCase(ignore_case, name, "wiaguid"))
246+
return true;
245247
if (eqlIgnoreCase(ignore_case, name, "winpthread"))
246248
return true;
247249
if (eqlIgnoreCase(ignore_case, name, "wmcodecdspuuid"))

0 commit comments

Comments
 (0)