Fix missing include files when installing protoc on Linux and macOS

This commit is contained in:
Taiki Endo
2022-08-01 18:07:53 +09:00
parent 80528fecb9
commit a8803585a3
2 changed files with 31 additions and 8 deletions

View File

@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
- Fix missing include files when installing `protoc` on Linux and macOS.
## [1.10.0] - 2022-08-01
- Set the `PROTOC` environment variable when installing `protoc` if it has not already been set.