diff --git a/BUILD.gn b/BUILD.gn index c0ae2518991efddada40a59bec4d0e1e5be0b2e3..31ff390839ae38dd065621d21414dc234ff14b91 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" } }