Skip to content

Commit

Permalink
Merge pull request #9267 from protocolbuffers/protocNaming
Browse files Browse the repository at this point in the history
No error throwing for unknown OS
  • Loading branch information
deannagarcia committed Nov 30, 2021
2 parents 473ff00 + 667d5e9 commit d69e482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf_release.bzl
Expand Up @@ -32,7 +32,7 @@ def _package_naming_impl(ctx):
else:
values["platform"] = "win32"
else:
fail("Unrecognized platform")
values["platform"] = "unknown"

return PackageVariablesInfo(values = values)

Expand Down

0 comments on commit d69e482

Please sign in to comment.