Arwalk / zig-protobuf

a protobuf 3 implementation for zig.
MIT License
188 stars 20 forks source link

fix: make paths relative to the owner for RunProtocStep #47

Closed Natoandro closed 1 month ago

Natoandro commented 1 month ago

gen-proto step fails when run from a separate project because the build system try to find the files in the current directory.

This PR addresses that issue by making paths relative to the source root.

Arwalk commented 1 month ago

duplicate of #46 , but your interest and PR is extremely appreciated. Thank you for your work and time,