From 77549440eb34a337612e9d24e27eeac3d6f94a19 Mon Sep 17 00:00:00 2001 From: Nomadic-han Date: Wed, 15 Nov 2023 08:39:43 +0000 Subject: [PATCH] =?UTF-8?q?update=20common/musl/BUILD.gn.=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=5Fmusl=5Flinker=5Fso=E7=9A=84=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=EF=BC=8C=E5=B7=B2=E7=BB=8F=E9=AA=8C=E8=AF=81=E8=BF=87=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nomadic-han --- common/musl/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/musl/BUILD.gn b/common/musl/BUILD.gn index e71c44fb..51805dba 100644 --- a/common/musl/BUILD.gn +++ b/common/musl/BUILD.gn @@ -62,7 +62,7 @@ if (target_cpu == "riscv64") { } _musl_linker_so = - "${root_out_dir}/common/common/libc/./ld-musl-${musl_arch}${asan}.so.1" + "${root_out_dir}/common/common/libc/ld-musl-${musl_arch}${asan}.so.1" source = _musl_linker_so install_enable = true install_images = [ -- Gitee