From bf08f6834996ac2457dda1b0b1ecbee1fbec30e3 Mon Sep 17 00:00:00 2001 From: yeyuning Date: Thu, 5 Sep 2024 10:56:40 +0800 Subject: [PATCH] =?UTF-8?q?support=20pac=20=EF=BC=88cherry=20picked=20comm?= =?UTF-8?q?it=20from=20=20Signed-off-by:=20?= =?UTF-8?q?zhenghui=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 3f18ef0..02ad2f8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -50,6 +50,8 @@ pcre2_sources = [ ] ohos_shared_library("libpcre2") { + branch_protector_ret = "pac_ret" + md5_check_script = rebase_path("$PCRE2_LIB_DIR/check_md5.sh") _arguments_config = [ rebase_path("$PCRE2_LIB_DIR/src/config.h.generic"), -- Gitee