From 2bb93940527ab15d556b82f517321e4ad70b4956 Mon Sep 17 00:00:00 2001 From: zhangxiao72 Date: Mon, 16 May 2022 21:46:07 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3a4e0a96a69691d5e714d089225b49a1f5179989 Signed-off-by: zhangxiao72 --- ts2panda/ts2abc/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts2panda/ts2abc/BUILD.gn b/ts2panda/ts2abc/BUILD.gn index c71f96a8a0..8718d3e7a1 100755 --- a/ts2panda/ts2abc/BUILD.gn +++ b/ts2panda/ts2abc/BUILD.gn @@ -94,11 +94,11 @@ if (!defined(ark_independent_build)) { if (is_linux || is_mingw || is_mac) { deps += [ - ":jsoncpp_static", "$ark_root/assembler:libarkassembler_frontend_static", "$ark_root/libpandabase:libarkbase_frontend_static", "$ark_root/libpandafile:libarkfile_frontend_static", "$ark_root/libziparchive:libarkziparchive_frontend_static", + "//third_party/jsoncpp:jsoncpp_static", ] if (enable_bytecode_optimizer) { deps += [ -- Gitee