From 3e4bf04141fe31cee403afc567bd388c3c55ec28 Mon Sep 17 00:00:00 2001 From: songcy-hw Date: Wed, 19 May 2021 09:28:50 +0800 Subject: [PATCH] update BUILD.gn. --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index c0ae251..31ff390 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -53,7 +53,7 @@ if (defined(ohos_lite)) { } ohos_shared_library("cjson") { deps = [ ":cjson_static" ] - public_configs = [ ":cjson_config" ] + public_configs = [ ":cJSON_config" ] subsystem_name = "hiviewdfx" } } -- Gitee