diff options
Diffstat (limited to 'net/rclone/Makefile')
-rw-r--r-- | net/rclone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 43806bfbc..731a0582e 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -20,7 +20,7 @@ PKG_MAINTAINER:=Elon Huang <elonhhuang@gmail.com> \ PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/rclone/rclone GO_PKG_EXCLUDES:=test |