提交 4acd7c4f 编写于 作者: O openharmony_ci 提交者: Gitee

!148 musl_config.gni修改

Merge pull request !148 from caifuzhou/master
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
import("//build/config/sanitizers/sanitizers.gni") import("//build/config/sanitizers/sanitizers.gni")
declare_args() { declare_args() {
if (target_cpu == "arm") { if (current_cpu == "arm") {
musl_arch = "arm" musl_arch = "arm"
} else if (target_cpu == "arm64") { } else if (current_cpu == "arm64") {
musl_arch = "aarch64" musl_arch = "aarch64"
} }
# 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.
先完成此消息的编辑!
想要评论请 注册