Skip to content

Commit

Permalink
build: use execpath for build rule generating protobufjs file
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Nov 11, 2021
1 parent 4144181 commit 0ef299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate_ts_proto_module.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def generate_ts_proto_module(name, protofile, visibility = ["//visibility:public
"static-module",
"-w",
"commonjs",
"$(rootpath %s)" % protofile,
"$(execpath %s)" % protofile,
],
stdout = "generated_" + js_file,
)
Expand Down

0 comments on commit 0ef299c

Please sign in to comment.