From 337f085be5f448d4f362edc5cfcfb2b71a89a3be Mon Sep 17 00:00:00 2001 From: qihaonan Date: Thu, 22 Aug 2024 11:44:12 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E3=80=91=E6=8C=89=E8=A7=84=E8=8C=83=E4=BF=AE=E6=94=B9=E5=A4=96?= =?UTF-8?q?=E9=83=A8=E4=BE=9D=E8=B5=96=E9=83=A8=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: qihaonan --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 62d4b01759..2e06111078 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1694,8 +1694,8 @@ action("gen_config_header") { } if (!is_cross_platform_build) { if (ffmpeg_selected_platform == "aarch64") { - print("third_party:ffmpeg # deps //third_party/musl:musl_libs") - deps = [ "//third_party/musl:musl_libs" ] + print("third_party:ffmpeg # external_deps //third_party/musl:soft_libc_musl_static") + external_deps = [ "musl:soft_libc_musl_static" ] } }