Skip to content

Commit 8e79a62

Browse files
authored
Add support for x86_64-pc-windows-gnullvm (#250)
1 parent 690dd7d commit 8e79a62

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
@@ -358,6 +358,7 @@ impl Build {
358358
"x86_64-linux-android" => "linux-x86_64",
359359
"x86_64-linux" => "linux-x86_64",
360360
"x86_64-pc-windows-gnu" => "mingw64",
361+
"x86_64-pc-windows-gnullvm" => "mingw64",
361362
"x86_64-pc-windows-msvc" => "VC-WIN64A",
362363
"x86_64-win7-windows-msvc" => "VC-WIN64A",
363364
"x86_64-unknown-freebsd" => "BSD-x86_64",

0 commit comments

Comments
 (0)