From 8e79a62270f0083f57e5f29dc7ef2e50948d9112 Mon Sep 17 00:00:00 2001 From: Jan Strohbeck Date: Mon, 9 Sep 2024 18:17:23 +0200 Subject: [PATCH] Add support for x86_64-pc-windows-gnullvm (#250) --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 10b5c7cf..3bdaaf64 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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",