mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 06:24:44 +01:00
std.Target: Fix requiresLibC() for NetBSD.
This commit is contained in:
parent
3d6f83b331
commit
8a7d925d36
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue