We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80fa7d commit 0f43741Copy full SHA for 0f43741
Protobuild.toml
@@ -17,7 +17,7 @@ plugins = ["grpc", "fieldpath"]
17
# Paths that will be added untouched to the end of the includes. We use
18
# `/usr/local/include` to pickup the common install location of protobuf.
19
# This is the default.
20
- after = ["/usr/local/include"]
+ after = ["/usr/local/include", "/usr/include"]
21
22
# This section maps protobuf imports to Go packages. These will become
23
# `-M` directives in the call to the go protobuf generator.
0 commit comments