Skip to content

Commit

Permalink
Merge pull request #2631 from nabijaczleweli/master
Browse files Browse the repository at this point in the history
Add gnux32 to `LIST_ENVS`
  • Loading branch information
kinnison authored Jan 9, 2021
2 parents 3cca9ff + 536a607 commit 0748c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dist/triple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ static LIST_OSES: &[&str] = &[
];
static LIST_ENVS: &[&str] = &[
"gnu",
"gnux32",
"msvc",
"gnueabi",
"gnueabihf",
Expand Down

0 comments on commit 0748c86

Please sign in to comment.