mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
std.Target: Fix requiresLibC() for FreeBSD.
This commit is contained in:
parent
ba9f2571b7
commit
46042170cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue