protobuf-zig
protobuf-zig copied to clipboard
project doesn't build
currently, running $ zig build
fails. here is the output:
~/.../zig/protobuf-zig $ zig build
install
└─ install protoc-gen-zig
└─ zig build-exe protoc-gen-zig Debug native failure
error: the following command terminated unexpectedly:
... <COMMAND HERE> ...
i tried running <COMMAND HERE>
(minus the final --listen=-
arg) and it segfaults so i'm not sure what the problem is.