From 06c289996b147d56e8b3cb0aac0cacc56a78d1d2 Mon Sep 17 00:00:00 2001 From: liaoxingxing Date: Thu, 12 Sep 2024 15:59:05 +0800 Subject: [PATCH] =?UTF-8?q?cherry=20pick=20f236a08=20from=20https://gitee.?= =?UTF-8?q?com/fu-yongyong/third=5Fparty=5Flibuv/pulls/174=20PAC=E4=BD=BF?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liaoxingxing --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 268d1e5..0ecc606 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -239,6 +239,7 @@ if (defined(ohos_lite)) { } ohos_source_set("libuv_source") { + branch_protector_ret = "pac_ret" configs = [ ":libuv_config" ] cflags = [ "-fvisibility=hidden" ] sources = common_source -- Gitee