From 1f1f4a51a04006ca9ee5dadaa3ce014618a0de62 Mon Sep 17 00:00:00 2001 From: zhangxiao72 Date: Thu, 19 May 2022 14:02:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9jsoncpp=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E9=80=82=E9=85=8Dark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I103bc8ddf7278ef6e2e340425d5aee72a4f13da6 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