Skip to content

Commit

Permalink
fix: make tool of run_binary cfg=exec (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Apr 14, 2022
1 parent 0a9c48a commit 48b6f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/run_binary.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ run_binary = rule(
executable = True,
allow_files = True,
mandatory = True,
cfg = "host",
cfg = "exec",
),
"env": attr.string_dict(
doc = "Environment variables of the action.<br/><br/>Subject to " +
Expand Down

0 comments on commit 48b6f29

Please sign in to comment.