Add x86_64-unknown-redox to build manifest target list

This commit is contained in:
Jeremy Soller 2017-08-17 14:58:47 -06:00
parent 727b473e5c
commit 2fdade4c2a
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ static TARGETS: &'static [&'static str] = &[
"x86_64-unknown-linux-gnu", "x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl", "x86_64-unknown-linux-musl",
"x86_64-unknown-netbsd", "x86_64-unknown-netbsd",
"x86_64-unknown-redox",
]; ];
static MINGW: &'static [&'static str] = &[ static MINGW: &'static [&'static str] = &[