Arwalk / zig-protobuf

a protobuf 3 implementation for zig.
MIT License
229 stars 27 forks source link

How to use system/different `protoc` #55

Closed james-callahan closed 2 months ago

james-callahan commented 3 months ago

From a supply chain security point of view I don't want zig-protobuf to provide its own protoc: I'd like to either use my system one, or possibly build it from source. How can I tell zig-protobuf to use my system protoc?

Arwalk commented 3 months ago

Fair point, we might need to add options to RunProtoc. At first glance I'd say we need

Arwalk commented 2 months ago

done with #66