Skip to content

Commit

Permalink
Merge pull request #96 from runlevel5/patch-1
Browse files Browse the repository at this point in the history
Add mapper for PowerPC64 Little Endian
  • Loading branch information
cat-in-136 committed Sep 3, 2023
2 parents 52bbfe7 + 4b5cfe0 commit e26592d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/build_target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ impl BuildTarget {
"arm" => "armhfp",
"powerpc" => "ppc",
"powerpc64" => "ppc64",
"powerpc64le" => "ppc64le",
_ => arch,
}
.to_string()
Expand Down

0 comments on commit e26592d

Please sign in to comment.