Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Update cfg to exec (#137)
Browse files Browse the repository at this point in the history
This makes this repo compatible with an upcoming bazel change removing
host here
  • Loading branch information
keith authored Dec 19, 2022
1 parent 23a6f30 commit 5c48670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subpar.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ parfile_attrs = {
"compiler": attr.label(
default = Label(DEFAULT_COMPILER),
executable = True,
cfg = "host",
cfg = "exec",
),
"compiler_args": attr.string_list(default = []),
"zip_safe": attr.bool(default = True),
Expand Down

0 comments on commit 5c48670

Please sign in to comment.