Skip to content

Commit

Permalink
v2ray-plugin: fix compile on mipsle (#3064)
Browse files Browse the repository at this point in the history
Signed-off-by: AmadeusGhost <[email protected]>
  • Loading branch information
aiamadeus authored Feb 12, 2020
1 parent 99ca4e0 commit d14d19c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/lean/v2ray-plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=madeye <[email protected]>

PKG_USE_MIPS16:=0

GO_PKG:=github.com/shadowsocks/v2ray-plugin
GO_PKG_LDFLAGS:=-s -w

include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/packages/lang/golang/golang-package.mk


define Package/v2ray-plugin
SECTION:=net
CATEGORY:=Network
Expand Down

0 comments on commit d14d19c

Please sign in to comment.