mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
always pick musl as libc
This commit is contained in:
parent
f8c3351c08
commit
aaed62dad3
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ pub fn rebuild_host(target: &Triple, host_input_path: &Path) {
|
||||||
&emit_bin,
|
&emit_bin,
|
||||||
zig_host_src.to_str().unwrap(),
|
zig_host_src.to_str().unwrap(),
|
||||||
zig_str_path.to_str().unwrap(),
|
zig_str_path.to_str().unwrap(),
|
||||||
"i386-linux-gnu",
|
"i386-linux-musl",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
_ => panic!("Unsupported architecture {:?}", target.architecture),
|
_ => panic!("Unsupported architecture {:?}", target.architecture),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue