Add x86_64-unknown-redox to build manifest target list
This commit is contained in:
parent
727b473e5c
commit
2fdade4c2a
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ static TARGETS: &'static [&'static str] = &[
|
|||
"x86_64-unknown-linux-gnu",
|
||||
"x86_64-unknown-linux-musl",
|
||||
"x86_64-unknown-netbsd",
|
||||
"x86_64-unknown-redox",
|
||||
];
|
||||
|
||||
static MINGW: &'static [&'static str] = &[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue