From 8aa053098282ab6c884d7c04659a3a2c511a5ab1 Mon Sep 17 00:00:00 2001 From: zhao <1+zhao@noreply.localhost> Date: Fri, 4 Sep 2026 19:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao <1+zhao@noreply.localhost> --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 690f972..6a3e428 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,9 @@ endef GO_PKG_INSTALL_EXTRA:=\ cli/compose/schema/data \ + vendor/github.com/santhosh-tekuri/jsonschema/v6/metaschemas \ vendor/google.golang.org/protobuf/internal/editiondefaults/editions_defaults.binpb - + TAR_OPTIONS:=--strip-components 1 $(TAR_OPTIONS) TAR_CMD=$(HOST_TAR) -C $(1) $(TAR_OPTIONS) TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lc -lgcc_eh)