diff --git a/BUILD.gn b/BUILD.gn index ff3803b..1a965c2 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -65,9 +65,8 @@ ohos_static_library("jsoncpp_static") { ] use_exceptions = true configs = [ ":config_static" ] + configs += [ ":flag_config" ] public_configs = [ ":jsoncpp_public_config" ] - public_configs += [ ":jsoncpp_config" ] - public_configs += [ ":flag_config" ] include_dirs = [ "//third_party/jsoncpp/include/json/", "//third_party/jsoncpp/include/",