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 c879e60 commit 1a21eeaCopy full SHA for 1a21eea
src/lib.rs
@@ -400,7 +400,7 @@ impl Build {
400
"x86_64-unknown-openbsd" => "BSD-x86_64",
401
"x86_64-unknown-netbsd" => "BSD-x86_64",
402
"x86_64-uwp-windows-msvc" => "VC-WIN64A-UWP",
403
- "x86_64-sun-solaris" => "solaris64-x86_64-gcc",
+ "x86_64-pc-solaris" => "solaris64-x86_64-gcc",
404
"wasm32-unknown-emscripten" => "gcc",
405
"wasm32-unknown-unknown" => "gcc",
406
"wasm32-wasi" => "gcc",
0 commit comments