diff options
Diffstat (limited to 'net/obfs4proxy/Makefile')
-rw-r--r-- | net/obfs4proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/obfs4proxy/Makefile b/net/obfs4proxy/Makefile index 39d9b2d1a..794ecec20 100644 --- a/net/obfs4proxy/Makefile +++ b/net/obfs4proxy/Makefile @@ -22,7 +22,7 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com> PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=gitlab.com/yawning/obfs4.git |