提交 8b947a5f 编写于 作者: H honglie

fix musl x86_64 and x64 config adapted

Signed-off-by: Nhonglie <yihonglie1@huawei.com>
上级 8968bf22
...@@ -8,7 +8,7 @@ declare_args() { ...@@ -8,7 +8,7 @@ declare_args() {
musl_arch = "arm" musl_arch = "arm"
} else if (current_cpu == "arm64") { } else if (current_cpu == "arm64") {
musl_arch = "aarch64" musl_arch = "aarch64"
} else if (current_cpu == "x86_64") { } else if (current_cpu == "x86_64" || current_cpu == "x64") {
musl_arch = "x86_64" musl_arch = "x86_64"
} }
# musl_root = "$root_out_dir/obj/third_party/musl" # 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.
先完成此消息的编辑!
想要评论请 注册