Merge pull request #9553 from protocolbuffers/deannagarcia-patch-2

Make protoc executable names consistent
This commit is contained in:
deannagarcia 2022-02-25 10:47:07 -08:00 committed by GitHub
commit 4738b8ee08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@ def _package_naming_impl(ctx):
cpu = "s390_64"
elif cpu == "aarch64":
cpu = "aarch_64"
elif cpu == "ppc64":
cpu = "ppcle_64"
# use the system name to determine the os and then create platform names
if "apple" in system_name: