mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-05-13 13:57:05 +00:00
Fix missing build constraints for linux wifi state monitor
This commit is contained in:
parent
ddec2ab282
commit
c2b697a778
3 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//go:build linux
|
||||
|
||||
package settings
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//go:build linux
|
||||
|
||||
package settings
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//go:build linux
|
||||
|
||||
package settings
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue