Skip to content

Commit

Permalink
Add needs transitive true
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatskaari committed Oct 23, 2023
1 parent 20a5144 commit aaa9998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_defs/go.build_defs
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def go_library(name:str, srcs:list, resources:list=[], asm_srcs:list=None, hdrs:
tag = "transitive_hdrs",
exported_deps = deps,
requires = ["hdrs"],
needs_transitive_deps = True,
)
abi_rule = build_rule(
name = name,
Expand Down

0 comments on commit aaa9998

Please sign in to comment.