Skip to content

Commit

Permalink
feat: add i686-pc-windows-gnullvm prefix detection (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 authored Nov 11, 2024
1 parent 58bd974 commit 837ad79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3267,6 +3267,7 @@ impl Build {
"hexagon-unknown-linux-musl" => Some("hexagon-linux-musl"),
"i586-unknown-linux-musl" => Some("musl"),
"i686-pc-windows-gnu" => Some("i686-w64-mingw32"),
"i686-pc-windows-gnullvm" => Some("i686-w64-mingw32"),
"i686-uwp-windows-gnu" => Some("i686-w64-mingw32"),
"i686-unknown-linux-gnu" => self.find_working_gnu_prefix(&[
"i686-linux-gnu",
Expand Down

0 comments on commit 837ad79

Please sign in to comment.