Skip to content

Commit 536a607

Browse files
Add gnux32 to LIST_ENVS
This got rustup to accept my set default-host, though not much further
1 parent 3cca9ff commit 536a607

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)