Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build release plugins as universal binaries
Motivation: We upload protoc plugins for each release. As it stands, the architecture these plugins are built for is that of the machine building them. We should upload universal binaries instead. Modifications: - Modify the bundling script to build universal binaries Result: Better platform support for the uploaded macOS plugins.
- Loading branch information