调整mips路径

This commit is contained in:
13038267101 2022-08-09 17:29:09 +08:00
parent 8bfdcfa3a5
commit ec4e698e56
1 changed files with 1 additions and 1 deletions

View File

@ -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