shadowsocks-rust: fix if statement
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
e5942256e8
commit
1dd5fda2ca
@ -14,9 +14,9 @@ PKG_SOURCE_BODY:=unknown-linux-musl
|
|||||||
PKG_SOURCE_FOOTER:=tar.xz
|
PKG_SOURCE_FOOTER:=tar.xz
|
||||||
|
|
||||||
ifeq ($(filter $(ARCH),mips mipsel),)
|
ifeq ($(filter $(ARCH),mips mipsel),)
|
||||||
PKG_SOURCE_URL:=https://github.com/sbwml/shadowsocks-rust-mips/releases/download/v$(PKG_VERSION)/
|
|
||||||
else
|
|
||||||
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-rust/releases/download/v$(PKG_VERSION)/
|
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-rust/releases/download/v$(PKG_VERSION)/
|
||||||
|
else
|
||||||
|
PKG_SOURCE_URL:=https://github.com/sbwml/shadowsocks-rust-mips/releases/download/v$(PKG_VERSION)/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),aarch64)
|
ifeq ($(ARCH),aarch64)
|
||||||
|
Loading…
Reference in New Issue
Block a user