Skip to content

Commit

Permalink
Add x86_64-unknown-redox to build manifest target list
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Aug 17, 2017
1 parent 727b473 commit 2fdade4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/build-manifest/src/main.rs
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 2fdade4

Please sign in to comment.