fix undefined symbol on macos while link cJSON.dylib

Signed-off-by: fupengfei001 <fupengfei6@huawei.com>
This commit is contained in:
fupengfei001
2024-02-21 10:59:35 +08:00
parent c49e593b13
commit 5ec834f0a2
+1 -1
View File
@@ -51,7 +51,7 @@ if (defined(ohos_lite)) {
subsystem_name = "thirdparty"
}
ohos_shared_library("cjson") {
deps = [ ":cjson_static" ]
sources = [ "cJSON.c" ]
public_configs = [ ":cJSON_config" ]
innerapi_tags = [
"chipsetsdk",