From 5454a9aa408a9b7a688198d1a5d99f9cdcc82bd1 Mon Sep 17 00:00:00 2001 From: "@ran-zhao-yu" Date: Fri, 13 Sep 2024 14:13:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AFCFI?= 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 d7d77b2..f6406fa 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -59,6 +59,7 @@ config("jsoncpp_public_config") { } ohos_shared_library("jsoncpp") { + branch_protector_ret = "pac_ret" visibility = [ "*" ] sources = get_target_outputs(":jsoncpp_install_action") use_exceptions = true -- Gitee