From ec4e698e5616d05aa037ebfae4eb359f690ffdd5 Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Tue, 9 Aug 2022 17:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4mips=E8=B7=AF=E5=BE=84?= 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 256b213..3e2cbc1 100755 --- a/build.sh +++ b/build.sh @@ -29,7 +29,7 @@ elif [ "$cpu" == "aarch64" ]; then libpath="aarch64-linux-gnu" elif [ "$cpu" == "mips64" ]; then dpkgarch="mips64el" - libpath="mips64el-linux-gnuabi64" + libpath="mips64el-linux-gnu" else echo "没有已知架构" exit 1