mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31: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,
|
||||
zig_host_src.to_str().unwrap(),
|
||||
zig_str_path.to_str().unwrap(),
|
||||
"i386-linux-gnu",
|
||||
"i386-linux-musl",
|
||||
)
|
||||
}
|
||||
_ => panic!("Unsupported architecture {:?}", target.architecture),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue