std.Target: don't claim that OpenBSD requires libc

https://codeberg.org/ziglang/zig/issues/30982
This commit is contained in:
Alex Rønne Petersen
2026-03-26 01:05:12 +01:00
parent e4a977f9e4
commit cef16b5130
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -2180,7 +2180,6 @@ pub fn requiresLibC(target: *const Target) bool {
.watchos,
.visionos,
.dragonfly,
.openbsd,
.haiku,
.serenity,
=> true,
@@ -2194,6 +2193,7 @@ pub fn requiresLibC(target: *const Target) bool {
.windows,
.freebsd,
.netbsd,
.openbsd,
.freestanding,
.fuchsia,
.managarm,