Skip to content

Commit 1a21eea

Browse files
psumberapetr sumbera - Sun Microsystems - Prague Czech Republic
andauthored
Fixes x86_64 target for Solaris (#261)
Co-authored-by: petr sumbera - Sun Microsystems - Prague Czech Republic <[email protected]>
1 parent c879e60 commit 1a21eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ impl Build {
400400
"x86_64-unknown-openbsd" => "BSD-x86_64",
401401
"x86_64-unknown-netbsd" => "BSD-x86_64",
402402
"x86_64-uwp-windows-msvc" => "VC-WIN64A-UWP",
403-
"x86_64-sun-solaris" => "solaris64-x86_64-gcc",
403+
"x86_64-pc-solaris" => "solaris64-x86_64-gcc",
404404
"wasm32-unknown-emscripten" => "gcc",
405405
"wasm32-unknown-unknown" => "gcc",
406406
"wasm32-wasi" => "gcc",

0 commit comments

Comments
 (0)