mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
std.Target: don't claim that OpenBSD requires libc
https://codeberg.org/ziglang/zig/issues/30982
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user