未验证 提交 7152c0e6 编写于 作者: O openharmony_ci 提交者: Gitee

!480 【FIX】x64 current cpu config适配

Merge pull request !480 from 烈烈/zidl
......@@ -8,7 +8,7 @@ declare_args() {
musl_arch = "arm"
} else if (current_cpu == "arm64") {
musl_arch = "aarch64"
} else if (current_cpu == "x86_64") {
} else if (current_cpu == "x86_64" || current_cpu == "x64") {
musl_arch = "x86_64"
}
# musl_root = "$root_out_dir/obj/third_party/musl"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册