mirror of
https://github.com/openharmony/third_party_cJSON.git
synced 2026-07-20 21:59:36 -04:00
@@ -13,7 +13,7 @@
|
||||
|
||||
if (defined(ohos_lite)) {
|
||||
config("cjson_config") {
|
||||
include_dirs = [ "." ]
|
||||
include_dirs = [ "//third_party/cJSON" ]
|
||||
ldflags = [ "-lm" ]
|
||||
defines = [ "CJSON_NESTING_LIMIT=(128)" ]
|
||||
}
|
||||
@@ -41,7 +41,7 @@ if (defined(ohos_lite)) {
|
||||
} else {
|
||||
import("//build/ohos.gni")
|
||||
config("cJSON_config") {
|
||||
include_dirs = [ "." ]
|
||||
include_dirs = [ "//third_party/cJSON" ]
|
||||
defines = [ "CJSON_NESTING_LIMIT=(128)" ]
|
||||
}
|
||||
ohos_static_library("cjson_static") {
|
||||
|
||||
Reference in New Issue
Block a user