Skip to content

Commit

Permalink
Add missing ref to out
Browse files Browse the repository at this point in the history
  • Loading branch information
psigen committed Jun 10, 2022
1 parent 9227003 commit d3b8be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/native_binary.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _impl_rule(ctx):
out_file = ctx.attr.out
else:
out_file = ctx.name
ctx.actions.declare_file(out_file)
out = ctx.actions.declare_file(out_file)

ctx.actions.symlink(
target_file = ctx.executable.src,
Expand Down

0 comments on commit d3b8be3

Please sign in to comment.