We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b07e730 + 2fdade4 commit e822e4eCopy full SHA for e822e4e
src/tools/build-manifest/src/main.rs
@@ -94,6 +94,7 @@ static TARGETS: &'static [&'static str] = &[
94
"x86_64-unknown-linux-gnu",
95
"x86_64-unknown-linux-musl",
96
"x86_64-unknown-netbsd",
97
+ "x86_64-unknown-redox",
98
];
99
100
static MINGW: &'static [&'static str] = &[
0 commit comments