From 024cae1dcdc3cbc2077ef8718bd820b07ce4d358 Mon Sep 17 00:00:00 2001 From: langerange Date: Wed, 30 Oct 2024 16:50:33 +0800 Subject: [PATCH] =?UTF-8?q?zlib=E7=BB=84=E4=BB=B6=E7=9A=84=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E6=96=B9=E5=BC=8F=E6=95=B4=E6=94=B9=EF=BC=9A=E5=A4=96?= =?UTF-8?q?=E9=83=A8=E4=BE=9D=E8=B5=96=E7=94=B1deps=E6=94=B9=E4=B8=BAexter?= =?UTF-8?q?nal=5Fdeps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: langerange --- hapsigntool_cpp/BUILD.gn | 2 +- hapsigntool_cpp/bundle.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hapsigntool_cpp/BUILD.gn b/hapsigntool_cpp/BUILD.gn index 9711a538..94c6969b 100644 --- a/hapsigntool_cpp/BUILD.gn +++ b/hapsigntool_cpp/BUILD.gn @@ -87,12 +87,12 @@ ohos_executable("hap-sign-tool") { "//third_party/bzip2:libbz2", "//third_party/openssl:libcrypto_shared", "//third_party/openssl:libssl_shared", - "//third_party/zlib:shared_libz", ] external_deps = [ "c_utils:utils", "json:nlohmann_json_static", + "zlib:shared_libz", ] cflags_cc = [ diff --git a/hapsigntool_cpp/bundle.json b/hapsigntool_cpp/bundle.json index 2884aba2..75f884b9 100644 --- a/hapsigntool_cpp/bundle.json +++ b/hapsigntool_cpp/bundle.json @@ -32,13 +32,13 @@ "deps": { "components": [ "c_utils", - "json" + "json", + "zlib" ], "third_party": [ "bzip2", "openssl", - "jsoncpp", - "zlib" + "jsoncpp" ] }, "build": { -- Gitee