Skip to content

Commit

Permalink
Add s390x to arches list
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler authored and mattico committed Apr 5, 2018
1 parent 280315e commit f839a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rustup-dist/src/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ static LIST_ARCHS: &'static [&'static str] = &["i386",
"mips64el",
"powerpc",
"powerpc64",
"powerpc64le"];
"powerpc64le",
"s390x"];
static LIST_OSES: &'static [&'static str] = &["pc-windows",
"unknown-linux",
"apple-darwin",
Expand Down

0 comments on commit f839a1c

Please sign in to comment.