Skip to content

Commit 0748c86

Browse files
authored
Merge pull request #2631 from nabijaczleweli/master
Add gnux32 to `LIST_ENVS`
2 parents 3cca9ff + 536a607 commit 0748c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dist/triple.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ static LIST_OSES: &[&str] = &[
3636
];
3737
static LIST_ENVS: &[&str] = &[
3838
"gnu",
39+
"gnux32",
3940
"msvc",
4041
"gnueabi",
4142
"gnueabihf",

0 commit comments

Comments
 (0)