Closed james-callahan closed 2 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?
Fair point, we might need to add options to RunProtoc. At first glance I'd say we need
done with #66
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?