mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-12 22:38:15 +03:00
Make clash api and gVisor optional
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//go:build linux || windows
|
||||
//go:build (linux || windows) && !no_gvisor
|
||||
|
||||
package inbound
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build !linux && !windows
|
||||
//go:build !(linux || windows) || no_gvisor
|
||||
|
||||
package inbound
|
||||
|
||||
|
||||
Reference in New Issue
Block a user