Skip to content

Commit

Permalink
No error throwing for unknown OS
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Nov 29, 2021
1 parent 7d9c9eb commit 667d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf_release.bzl
Original file line number Diff line number Diff line change
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 667d5e9

Please sign in to comment.