Skip to content

Commit 837ad79

Browse files
authored
feat: add i686-pc-windows-gnullvm prefix detection (#1283)
1 parent 58bd974 commit 837ad79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3267,6 +3267,7 @@ impl Build {
32673267
"hexagon-unknown-linux-musl" => Some("hexagon-linux-musl"),
32683268
"i586-unknown-linux-musl" => Some("musl"),
32693269
"i686-pc-windows-gnu" => Some("i686-w64-mingw32"),
3270+
"i686-pc-windows-gnullvm" => Some("i686-w64-mingw32"),
32703271
"i686-uwp-windows-gnu" => Some("i686-w64-mingw32"),
32713272
"i686-unknown-linux-gnu" => self.find_working_gnu_prefix(&[
32723273
"i686-linux-gnu",

0 commit comments

Comments
 (0)