diff options
Diffstat (limited to 'net/nebula/Makefile')
-rw-r--r-- | net/nebula/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nebula/Makefile b/net/nebula/Makefile index 2fdac24f5..d9befd3f2 100644 --- a/net/nebula/Makefile +++ b/net/nebula/Makefile @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/slackhq/nebula GO_PKG_BUILD_PKG:= \ |