We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x86_64-linux-musl
1 parent d9dd20e commit 59578adCopy full SHA for 59578ad
src/lib.rs
@@ -3510,7 +3510,7 @@ impl Build {
3510
"x86_64-unknown-linux-gnu" => self.find_working_gnu_prefix(&[
3511
"x86_64-linux-gnu", // rustfmt wrap
3512
]), // explicit None if not found, so caller knows to fall back
3513
- "x86_64-unknown-linux-musl" => Some("musl"),
+ "x86_64-unknown-linux-musl" => Some("x86_64-linux-musl"),
3514
"x86_64-unknown-netbsd" => Some("x86_64--netbsd"),
3515
_ => None,
3516
}
0 commit comments