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