From 2cfa0f567d42a8dace0fb186c710548f18ae0639 Mon Sep 17 00:00:00 2001 From: Elaine Gibson Date: Sat, 31 May 2025 03:14:01 +0100 Subject: std.Build.Watch: not supported on haiku --- lib/std/Build/Watch.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/Build/Watch.zig') 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, -- cgit v1.2.3