From 0bafe27ef3bb2aa6009abd237be2e1eba6260c3f Mon Sep 17 00:00:00 2001 From: wenlong_12 Date: Thu, 29 Jun 2023 12:31:21 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96=E7=9A=84?= =?UTF-8?q?=E4=B8=89=E6=96=B9=E9=83=A8=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wenlong_12 --- bundle.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 665a08f..946c53b 100644 --- a/bundle.json +++ b/bundle.json @@ -20,7 +20,10 @@ "ram": "", "deps": { "components": [], - "third_party": [] + "third_party": [ + "elfio", + "zlib" + ] }, "build": { "sub_component": [], -- Gitee