|
@@ -108,6 +108,7 @@ def _proto_gen_impl(ctx):
|
|
arguments=args + import_flags + [s.path for s in srcs],
|
|
arguments=args + import_flags + [s.path for s in srcs],
|
|
executable=ctx.executable.protoc,
|
|
executable=ctx.executable.protoc,
|
|
mnemonic="ProtoCompile",
|
|
mnemonic="ProtoCompile",
|
|
|
|
+ use_default_shell_env=True,
|
|
)
|
|
)
|
|
|
|
|
|
return struct(
|
|
return struct(
|