Skip to content

Commit

Permalink
Rollup merge of rust-lang#43950 - redox-os:redox_docker, r=alexcrichton
Browse files Browse the repository at this point in the history
Add x86_64-unknown-redox to build manifest target list

This should fix the issue of `x86_64-unknown-redox` not being available for `rustup target add`
  • Loading branch information
aidanhs authored Aug 18, 2017
2 parents 1079de0 + 2fdade4 commit 4109ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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] = &[
Expand Down

0 comments on commit 4109ce2

Please sign in to comment.