Skip to content

Commit

Permalink
Merge pull request #37 from BusyJay/fix-powerpc-detection
Browse files Browse the repository at this point in the history
fix powerpc detection
  • Loading branch information
nrc committed Mar 31, 2020
2 parents c9f06b3 + cdf2c5d commit eae880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protobuf_impl.rs
Expand Up @@ -23,7 +23,7 @@ fn get_protoc() -> String {
("linux", "x86") => "protoc-linux-x86_32",
("linux", "x86_64") => "protoc-linux-x86_64",
("linux", "aarch64") => "protoc-linux-aarch_64",
("linux", "ppcle64") => "protoc-linux-ppcle_64",
("linux", "powerpc64") => "protoc-linux-ppcle_64",
("macos", "x86_64") => "protoc-osx-x86_64",
("windows", _) => "protoc-win32.exe",
_ => panic!("No suitable `protoc` (>= 3.1.0) found in PATH"),
Expand Down

0 comments on commit eae880d

Please sign in to comment.