diff options
Diffstat (limited to 'net/cloudreve/Makefile')
-rw-r--r-- | net/cloudreve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cloudreve/Makefile b/net/cloudreve/Makefile index 21a1443b1..1d6a65e9a 100644 --- a/net/cloudreve/Makefile +++ b/net/cloudreve/Makefile @@ -19,7 +19,7 @@ PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_BUILD_DEPENDS:=golang/host node/host node-yarn/host PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/cloudreve/Cloudreve/v3 GO_PKG_LDFLAGS_X:= \ |