We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bd974 commit 837ad79Copy full SHA for 837ad79
src/lib.rs
@@ -3267,6 +3267,7 @@ impl Build {
3267
"hexagon-unknown-linux-musl" => Some("hexagon-linux-musl"),
3268
"i586-unknown-linux-musl" => Some("musl"),
3269
"i686-pc-windows-gnu" => Some("i686-w64-mingw32"),
3270
+ "i686-pc-windows-gnullvm" => Some("i686-w64-mingw32"),
3271
"i686-uwp-windows-gnu" => Some("i686-w64-mingw32"),
3272
"i686-unknown-linux-gnu" => self.find_working_gnu_prefix(&[
3273
"i686-linux-gnu",
0 commit comments