Skip to content

Commit

Permalink
Remove use of deleted attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco committed Aug 1, 2024
1 parent a365621 commit 3bc4990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency_support/org_gnu_bison/bison.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _genyacc_impl(ctx):
bison = bison_toolchain.bison_tool.executable,
),
arguments = [args],
inputs = ctx.files._bison_data + ctx.files.src,
inputs = ctx.files.src,
tools = [bison_toolchain.all_files],
outputs = outputs,
mnemonic = "Yacc",
Expand Down

0 comments on commit 3bc4990

Please sign in to comment.