diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-06-10 17:54:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-10 17:54:19 +0200 |
| commit | 6810ffa424fccae0ecbf2f9e3db80069d8e7543b (patch) | |
| tree | 1c975b3c85032c7ea5e3ea8c876aaed71edebd35 /lib/std/Build | |
| parent | 4d79806459618f1830772ed6dfbb82059589aaa4 (diff) | |
| parent | 7f7318700427875d5b0ec2f8601c12e5bc21cebe (diff) | |
| download | zig-6810ffa424fccae0ecbf2f9e3db80069d8e7543b.tar.gz zig-6810ffa424fccae0ecbf2f9e3db80069d8e7543b.zip | |
Merge pull request #24031 from ypsvlq/master
Haiku fixes
Diffstat (limited to 'lib/std/Build')
| -rw-r--r-- | lib/std/Build/Watch.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/Build/Watch.zig b/lib/std/Build/Watch.zig index 13540a2b36..bae3af1f63 100644 --- a/lib/std/Build/Watch.zig +++ b/lib/std/Build/Watch.zig @@ -600,7 +600,7 @@ const Os = switch (builtin.os.tag) { }; } }, - .dragonfly, .freebsd, .netbsd, .openbsd, .ios, .macos, .tvos, .visionos, .watchos, .haiku => struct { + .dragonfly, .freebsd, .netbsd, .openbsd, .ios, .macos, .tvos, .visionos, .watchos => struct { const posix = std.posix; kq_fd: i32, |
