Merge pull request #3803 from crosbymichael/proto-paths

Add proto path /usr/include to Protobuild
This commit is contained in:
Maksym Pavlenko 2019-11-07 12:48:27 -08:00 committed by GitHub
commit c038a7c4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ plugins = ["grpc", "fieldpath"]
# Paths that will be added untouched to the end of the includes. We use # Paths that will be added untouched to the end of the includes. We use
# `/usr/local/include` to pickup the common install location of protobuf. # `/usr/local/include` to pickup the common install location of protobuf.
# This is the default. # This is the default.
after = ["/usr/local/include"] after = ["/usr/local/include", "/usr/include"]
# This section maps protobuf imports to Go packages. These will become # This section maps protobuf imports to Go packages. These will become
# `-M` directives in the call to the go protobuf generator. # `-M` directives in the call to the go protobuf generator.