!54 fix undefined symbol on macos while link cJSON.dylib

Merge pull request !54 from fupengfei/master
This commit is contained in:
openharmony_ci
2024-02-21 07:42:24 +00:00
committed by Gitee
+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",