From e57c2fd15e680da0813e87292f135cd3648722e6 Mon Sep 17 00:00:00 2001 From: yeyuning Date: Mon, 18 Mar 2024 16:04:22 +0800 Subject: [PATCH] =?UTF-8?q?cf=E6=B7=BB=E5=8A=A0-f=EF=BC=8C=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E6=96=87=E4=BB=B6=E5=B7=B2=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie1c87d877d3bc0700ddeeff6826577ab83c4021a Signed-off-by: yeyuning --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index b681217..f2f3ac8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -49,6 +49,7 @@ ohos_shared_library("libpcre2") { exec_script("/usr/bin/env", [ "cp", + "-f", rebase_path("$PCRE2_LIB_DIR/src/pcre2.h.generic"), rebase_path("$PCRE2_LIB_DIR/src/pcre2.h"), ]) @@ -65,6 +66,7 @@ ohos_shared_library("libpcre2") { exec_script("/usr/bin/env", [ "cp", + "-f", rebase_path("$PCRE2_LIB_DIR/src/pcre2_chartables.c.dist"), rebase_path("$PCRE2_LIB_DIR/src/pcre2_chartables.c"), ]) -- Gitee