From 2799e93f1225af415dd44a623e682ffc7b29495d Mon Sep 17 00:00:00 2001 From: OPPEN321 Date: Thu, 2 Oct 2025 06:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=93=E5=AD=98=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E9=93=BE=E4=B8=8B=E8=BD=BD=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4fb924f..2ecc4d0 100644 --- a/build.sh +++ b/build.sh @@ -184,7 +184,7 @@ setup_toolchain_arch() { TOOLCHAIN_ARCH="x86_64" ;; "rockchip") - TOOLCHAIN_ARCH="aarch64" + TOOLCHAIN_ARCH="aarch64_generic" ;; *) error_exit "未知架构: $arch"