Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: join
--descriptor_set_in
with host path separator
Fixes #670. As described in #670, protoc splits the arguments to `--proto_path` and `--descriptor_set_in` using an OS-specific path-separator. On posix, this is `:`, but on Windows this is `;`. The protobuf library takes the approach for its bazel rules to join on `ctx.configuration.host_path_separator`, so I've taken the same approach here as well.
- Loading branch information