We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc028e2 + 9c7bf76 commit b5e0692Copy full SHA for b5e0692
src/tools/build-manifest/src/main.rs
@@ -32,6 +32,7 @@ static HOSTS: &'static [&'static str] = &[
32
"x86_64-pc-windows-msvc",
33
"x86_64-unknown-freebsd",
34
"x86_64-unknown-linux-gnu",
35
+ "x86_64-unknown-linux-musl",
36
"x86_64-unknown-netbsd",
37
];
38
0 commit comments