From 65486be04f6d00f59865fc00771dae225e91aa53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=93=9D=E8=88=9E=E8=80=85?= <1387057+lanwuzhe@user.noreply.gitee.com> Date: Wed, 6 Nov 2024 05:54:43 +0000 Subject: [PATCH] =?UTF-8?q?update=20lycium/build.sh.=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=20-r=EF=BC=8C=E5=9B=A0=E4=B8=BA=20-a=20=E5=B7=B2=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E9=80=92=E5=BD=92=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 蓝舞者 <1387057+lanwuzhe@user.noreply.gitee.com> --- lycium/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lycium/build.sh b/lycium/build.sh index c3b16188..e4bc5d6c 100755 --- a/lycium/build.sh +++ b/lycium/build.sh @@ -319,7 +319,7 @@ copytools() { return 0 else tar xvf Buildtools/toolchain.tar.gz - cp -rfa toolchain/* $OHOS_SDK/native/llvm/bin + cp -fa toolchain/* $OHOS_SDK/native/llvm/bin rm -rf toolchain fi } -- Gitee