Skip to content

Commit

Permalink
Fix win_res.bzl's use of the cc toolchain.
Browse files Browse the repository at this point in the history
It doesn't have one.

PiperOrigin-RevId: 362274900
  • Loading branch information
katre authored and copybara-github committed Mar 11, 2021
1 parent 6a1a09f commit b3ddeee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/res/win_res.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ windows_resources = rule(
allow_files = True,
doc = "Additional input files that RC files reference, if any.",
),
"_cc_toolchain": attr.label(
default = Label("@local_config_cc//:toolchain"),
),
},
fragments = ["cpp"],
toolchains = [WINDOWS_RESOURCE_COMPILER_TOOLCHAIN_TYPE],
Expand Down

0 comments on commit b3ddeee

Please sign in to comment.