mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
std.Target: Fix requiresLibC() for NetBSD.
This commit is contained in:
parent
3d6f83b331
commit
8a7d925d36
@ -708,7 +708,6 @@ pub const Os = struct {
|
||||
pub fn requiresLibC(os: Os) bool {
|
||||
return switch (os.tag) {
|
||||
.aix,
|
||||
.netbsd,
|
||||
.driverkit,
|
||||
.macos,
|
||||
.ios,
|
||||
@ -726,6 +725,7 @@ pub const Os = struct {
|
||||
.linux,
|
||||
.windows,
|
||||
.freebsd,
|
||||
.netbsd,
|
||||
.freestanding,
|
||||
.fuchsia,
|
||||
.ps3,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user