From 2dac1a5a4866676c580b7c8757fbae144b129ea7 Mon Sep 17 00:00:00 2001 From: Bard Date: Mon, 26 Feb 2024 22:14:56 +0800 Subject: [PATCH] v2dat: add missing no MIPS16 variable --- v2dat/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2dat/Makefile b/v2dat/Makefile index d0fd37a..a9fabfa 100644 --- a/v2dat/Makefile +++ b/v2dat/Makefile @@ -22,6 +22,8 @@ PKG_MAINTAINER:=sbwml PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 +PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/urlesistiana/v2dat