Skip to content

Commit

Permalink
Add support for x86_64-pc-windows-gnullvm
Browse files Browse the repository at this point in the history
  • Loading branch information
janstrohbeck committed Sep 9, 2024
1 parent 690dd7d commit f0f0890
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 @@ -358,6 +358,7 @@ impl Build {
"x86_64-linux-android" => "linux-x86_64",
"x86_64-linux" => "linux-x86_64",
"x86_64-pc-windows-gnu" => "mingw64",
"x86_64-pc-windows-gnullvm" => "mingw64",
"x86_64-pc-windows-msvc" => "VC-WIN64A",
"x86_64-win7-windows-msvc" => "VC-WIN64A",
"x86_64-unknown-freebsd" => "BSD-x86_64",
Expand Down

0 comments on commit f0f0890

Please sign in to comment.