From 8f9628bc2b92f2da83cca602c9db9fa40c96e056 Mon Sep 17 00:00:00 2001 From: cch Date: Tue, 20 Jun 2023 16:51:59 +0800 Subject: [PATCH] =?UTF-8?q?bundle.json=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cch --- bundle.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index f551d0e5f14..abb373d4bfb 100644 --- a/bundle.json +++ b/bundle.json @@ -47,13 +47,14 @@ "ram": "15360KB", "hisysevent_config": [], "deps": { - "thrid_party": [ + "third_party": [ "uv_static", "sqlite", "libz", "jsoncpp", "libcrypto_shared", - "libuv" + "libuv", + "zlib" ], "kernel_special": {}, "board_special": {}, -- Gitee