Skip to content

Commit 0f43741

Browse files
committed
Add proto path /usr/include to Protobuild
This fixes proto compiles on alpine based systems. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
1 parent c80fa7d commit 0f43741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Protobuild.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins = ["grpc", "fieldpath"]
1717
# Paths that will be added untouched to the end of the includes. We use
1818
# `/usr/local/include` to pickup the common install location of protobuf.
1919
# This is the default.
20-
after = ["/usr/local/include"]
20+
after = ["/usr/local/include", "/usr/include"]
2121

2222
# This section maps protobuf imports to Go packages. These will become
2323
# `-M` directives in the call to the go protobuf generator.

0 commit comments

Comments
 (0)