From 4d3e2ab0c75f478c9dee93c479bbac5a6377d36a Mon Sep 17 00:00:00 2001 From: zhaohang Date: Fri, 13 Jun 2025 09:50:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=BA=90=E7=A0=81=E5=BD=92?= =?UTF-8?q?=E6=A1=A3=E5=88=B0=E9=95=9C=E5=83=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhaohang --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 46a0c18..cd8fa8a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -46,6 +46,7 @@ ohos_prebuilt_etc("publish_generic_file") { source = get_label_info(":copy_generic_files", "target_gen_dir") + "/src/pcre2_chartables.c" output = "pcre2_chartables.c" part_name = "pcre2" + install_enable = false subsystem_name = "thirdparty" deps = [":copy_generic_files"] } -- Gitee