Skip to content

Commit

Permalink
Merge pull request #57 from psumbera/solaris-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Oct 23, 2024
2 parents 80f9cc4 + d4d4687 commit 8b45e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,8 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
("s390x", "64", "big")
} else if target.starts_with("sparc64") {
("sparc64", "64", "big")
} else if target.starts_with("sparcv9") {
("sparc64", "64", "big")
} else if target.starts_with("asmjs") {
("asmjs", "32", "little")
} else if target.starts_with("wasm32") {
Expand Down

0 comments on commit 8b45e12

Please sign in to comment.