From 22ec8031ee1192326a96afcfd217865685f409e5 Mon Sep 17 00:00:00 2001 From: pshu Date: Thu, 30 May 2024 10:14:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20support=20x86=5F64=20linux?= =?UTF-8?q?=20musl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/mako/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/mako/package.json b/packages/mako/package.json index 5fe2e2b79..f19274b5c 100644 --- a/packages/mako/package.json +++ b/packages/mako/package.json @@ -13,7 +13,8 @@ "additional": [ "aarch64-apple-darwin", "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" + "x86_64-unknown-linux-gnu", + "x86_64-unknown-linux-musl" ] } },