mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.Target: Fix requiresLibC() for FreeBSD.
This commit is contained in:
parent
ba9f2571b7
commit
46042170cb
@ -695,7 +695,6 @@ pub const Os = struct {
|
||||
/// since this is the stable syscall interface.
|
||||
pub fn requiresLibC(os: Os) bool {
|
||||
return switch (os.tag) {
|
||||
.freebsd,
|
||||
.aix,
|
||||
.netbsd,
|
||||
.driverkit,
|
||||
@ -714,6 +713,7 @@ pub const Os = struct {
|
||||
|
||||
.linux,
|
||||
.windows,
|
||||
.freebsd,
|
||||
.freestanding,
|
||||
.fuchsia,
|
||||
.ps3,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user