alist: fix build for openwrt snapshot #68

PKG_USE_MIPS16 has been deprecated by OpenWrt Snapshots
This commit is contained in:
sbwml 2023-05-26 23:06:22 +08:00
parent ef55fcb060
commit df475d1b57

View File

@ -29,6 +29,7 @@ endef
PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1
PKG_USE_MIPS16:=0 PKG_USE_MIPS16:=0
PKG_BUILD_FLAGS:=no-mips16
GO_PKG:=github.com/alist-org/alist GO_PKG:=github.com/alist-org/alist
GO_PKG_LDFLAGS:=-w -s GO_PKG_LDFLAGS:=-w -s