Skip to content

Commit

Permalink
Fixes x86_64 target for Solaris (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: petr sumbera - Sun Microsystems - Prague Czech Republic <[email protected]>
  • Loading branch information
psumbera and petr sumbera - Sun Microsystems - Prague Czech Republic authored Dec 17, 2024
1 parent c879e60 commit 1a21eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ impl Build {
"x86_64-unknown-openbsd" => "BSD-x86_64",
"x86_64-unknown-netbsd" => "BSD-x86_64",
"x86_64-uwp-windows-msvc" => "VC-WIN64A-UWP",
"x86_64-sun-solaris" => "solaris64-x86_64-gcc",
"x86_64-pc-solaris" => "solaris64-x86_64-gcc",
"wasm32-unknown-emscripten" => "gcc",
"wasm32-unknown-unknown" => "gcc",
"wasm32-wasi" => "gcc",
Expand Down

0 comments on commit 1a21eea

Please sign in to comment.