From 99386ea281142097ddcacbe719b4aeaaedf4e54a Mon Sep 17 00:00:00 2001 From: xing-tai-zhang Date: Thu, 15 Jun 2023 16:09:16 +0800 Subject: [PATCH] fix: Modify the adaptation based on the component name IssueNo: https://gitee.com/openharmony/third_party_cJSON/issues/I6V448 Feature or Bugfix: Bugfix Binary Source:NO Signed-off-by: xing-tai-zhang --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index a9fb3db..fa4b817 100644 --- a/bundle.json +++ b/bundle.json @@ -44,7 +44,7 @@ "samgr" ], "third_party": [ - "cjson", + "cJSON", "thirdparty_openssl" ] }, -- Gitee