diff options
Diffstat (limited to 'net/git-lfs/Makefile')
-rw-r--r-- | net/git-lfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/git-lfs/Makefile b/net/git-lfs/Makefile index 104c1c445..2576bb6b0 100644 --- a/net/git-lfs/Makefile +++ b/net/git-lfs/Makefile @@ -21,7 +21,7 @@ PKG_LICENSE_FILES:=LICENSE.md PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/git-lfs/git-lfs |