Skip to content

Commit

Permalink
feat: add i686-pc-windows-gnullvm prefix detection
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Nov 10, 2024
1 parent 5835783 commit 0e83a23
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 @@ -3258,6 +3258,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 0e83a23

Please sign in to comment.