From d7bca408743ceeef64c72e9f3d823f66403a719d Mon Sep 17 00:00:00 2001 From: zhangxiao72 Date: Thu, 19 May 2022 07:09:29 +0000 Subject: [PATCH] update BUILD.gn. Signed-off-by: zhangxiao72 --- BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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/", -- GitLab