We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e7e05 commit 9c7bf76Copy full SHA for 9c7bf76
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