diff options
Diffstat (limited to 'net/trojan-go/Makefile')
-rw-r--r-- | net/trojan-go/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trojan-go/Makefile b/net/trojan-go/Makefile index 0fe239e0e..1f05030e7 100644 --- a/net/trojan-go/Makefile +++ b/net/trojan-go/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/p4gefau1t/trojan-go GO_PKG_BUILD_PKG:=$(GO_PKG) |