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.
2 parents 6779b7f + 9c7bf76 commit f336043Copy full SHA for f336043
src/tools/build-manifest/src/main.rs
@@ -36,6 +36,7 @@ static HOSTS: &'static [&'static str] = &[
36
"x86_64-pc-windows-msvc",
37
"x86_64-unknown-freebsd",
38
"x86_64-unknown-linux-gnu",
39
+ "x86_64-unknown-linux-musl",
40
"x86_64-unknown-netbsd",
41
];
42
0 commit comments