From 08318d7ab5457106dfae5f526ce1db28f63dc64b Mon Sep 17 00:00:00 2001 From: "@ran-zhao-yu" Date: Tue, 20 Aug 2024 10:41:13 +0800 Subject: [PATCH] =?UTF-8?q?jsoncpp=E6=B7=BB=E5=8A=A0=E5=90=8E=E5=90=91?= =?UTF-8?q?=E4=BF=9D=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @ran-zhao-yu --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 5a506f6..d7d77b2 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -78,6 +78,7 @@ ohos_shared_library("jsoncpp") { } ohos_static_library("jsoncpp_static") { + branch_protector_ret = "pac_ret" sources = get_target_outputs(":jsoncpp_install_action") use_exceptions = true configs = [ -- Gitee