shadowsocks-rust: aarch64 & x86 glibc compatible
This commit is contained in:
parent
90c7cfe09b
commit
6692ca0e55
@ -60,7 +60,7 @@ define Package/shadowsocks-rust/Default
|
||||
SUBMENU:=Web Servers/Proxies
|
||||
TITLE:=shadowsocks-rust $(1)
|
||||
URL:=https://github.com/shadowsocks/shadowsocks-rust
|
||||
DEPENDS:=@USE_MUSL @(aarch64||arm||i386||mips||mipsel||x86_64) @!(TARGET_x86_geode||TARGET_x86_legacy)
|
||||
DEPENDS:=@(USE_MUSL||(USE_GLIBC&&aarch64)||(USE_GLIBC&&x86_64)) @(aarch64||arm||i386||mips||mipsel||x86_64) @!(TARGET_x86_geode||TARGET_x86_legacy)
|
||||
endef
|
||||
|
||||
define Package/shadowsocks-rust-$(1)/install
|
||||
|
Loading…
Reference in New Issue
Block a user