Arwalk / zig-protobuf

a protobuf 3 implementation for zig.
MIT License
213 stars 23 forks source link

Allow for external protoc #66

Closed BonusPlay closed 1 month ago

BonusPlay commented 1 month ago

This PR adds partial support for #55 via PROTOC_PATH environment variable.

BonusPlay commented 1 month ago

I've tested it on nixos, which wouldn't work without this PR.

Arwalk commented 1 month ago

I tested it on the devcontainer too and it worked fine.

Arwalk commented 1 month ago

Thanks again!