Skip to content

Commit

Permalink
Fix building externally
Browse files Browse the repository at this point in the history
  • Loading branch information
bduffany committed Apr 22, 2023
1 parent 4ea50cf commit e03f70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _protoc_gen_protobufjs_impl(ctx):
"--plugin",
ctx.executable._protoc_gen_protobufjs.path,
"--protobufjs_out",
ctx.bin_dir.path,
ctx.bin_dir.path + "/" + ctx.label.workspace_root,
]

inputs = ctx.attr.proto[ProtoInfo].transitive_sources.to_list()
Expand Down

0 comments on commit e03f70b

Please sign in to comment.