update 2024-02-29 12:57:01
This commit is contained in:
parent
1689d582e1
commit
011f65df6e
|
@ -46,7 +46,7 @@ define Package/$(PKG_NAME)/description
|
|||
Shadowsocks, ShadowTLS, Tor, trojan, VLess, VMess, WireGuard and so on.
|
||||
endef
|
||||
|
||||
GO_PKG_TARGET_VARS:=$(filter-out CGO_ENABLED=%,$(GO_PKG_TARGET_VARS)) CGO_ENABLED=0
|
||||
GO_PKG_TARGET_VARS:=$(filter-out CGO_ENABLED=%,$(GO_PKG_TARGET_VARS)) CGO_ENABLED=1
|
||||
|
||||
define Package/$(PKG_NAME)/config
|
||||
menu "Customizing build tags"
|
||||
|
@ -77,7 +77,7 @@ define Package/$(PKG_NAME)/config
|
|||
|
||||
config SING_BOX_WITH_GVISOR
|
||||
bool "Build with gVisor support"
|
||||
default n
|
||||
default y
|
||||
|
||||
config SING_BOX_WITH_QUIC
|
||||
bool "Build with QUIC support"
|
||||
|
|
Loading…
Reference in New Issue