mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-31 03:51:29 +02:00
ui: fix FreeBSD build by matching tray_theme_other build tags to tray.go
tray_theme_other.go references Tray but its build tag selected it on FreeBSD, where tray.go (which defines Tray) is excluded via !freebsd. Add the same !android && !ios && !freebsd && !js exclusions to the stub.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//go:build !linux || (linux && 386)
|
||||
//go:build (!linux || (linux && 386)) && !android && !ios && !freebsd && !js
|
||||
|
||||
package main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user