diff --git a/client/ui/recenter_other.go b/client/ui/recenter_other.go index 7bb4bc93a..18ffe8730 100644 --- a/client/ui/recenter_other.go +++ b/client/ui/recenter_other.go @@ -1,4 +1,4 @@ -//go:build !linux || (linux && 386) +//go:build (!linux || (linux && 386)) && !freebsd && !android && !ios && !js package main diff --git a/client/ui/services/cursor_other.go b/client/ui/services/cursor_other.go index ed9d55938..7f35ff438 100644 --- a/client/ui/services/cursor_other.go +++ b/client/ui/services/cursor_other.go @@ -1,4 +1,4 @@ -//go:build !darwin && !windows && !linux +//go:build !darwin && !windows && !linux && !freebsd && !android && !ios && !js package services diff --git a/client/ui/tray_watcher_other.go b/client/ui/tray_watcher_other.go index 409e5bcfa..ef8a1bb52 100644 --- a/client/ui/tray_watcher_other.go +++ b/client/ui/tray_watcher_other.go @@ -1,4 +1,4 @@ -//go:build !linux || (linux && 386) +//go:build (!linux || (linux && 386)) && !freebsd && !android && !ios && !js package main