Skip to content

Commit

Permalink
Merge 7dee294 into e22e235
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung Lê committed Oct 31, 2020
2 parents e22e235 + 7dee294 commit 73e7e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions heim-host/src/sys/unix/platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ fn arch_from_uname(raw: &str) -> Option<Arch> {

match raw {
"armv7" | "armv7l" => Some(Arch::ARM),
"ppc64" | "ppc64le" => Some(Arch::POWERPC64),
_ => None,
}
}

0 comments on commit 73e7e1f

Please sign in to comment.