From 5f456121940f18d1e1234906f63732b9ac3b79c4 Mon Sep 17 00:00:00 2001 From: songcy-hw Date: Wed, 19 May 2021 14:54:18 +0800 Subject: [PATCH] update BUILD.gn. --- BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index c0ae251..4280f84 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -53,8 +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