Skip to content

Commit 9c7bf76

Browse files
committed
Add x86_64 musl host to the manifest
1 parent 16e7e05 commit 9c7bf76

File tree

1 file changed

+1
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-0
lines changed

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ static HOSTS: &'static [&'static str] = &[
3232
"x86_64-pc-windows-msvc",
3333
"x86_64-unknown-freebsd",
3434
"x86_64-unknown-linux-gnu",
35+
"x86_64-unknown-linux-musl",
3536
"x86_64-unknown-netbsd",
3637
];
3738

0 commit comments

Comments
 (0)