Skip to content

Commit

Permalink
think this should help?
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Sep 29, 2023
1 parent ef658af commit feeef92
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 @@ -260,6 +260,7 @@ def go_library(name:str, srcs:list, resources:list=[], asm_srcs:list=None, hdrs:
name = name,
tag = "modinfo",
deps = deps,
requires = ["modinfo"],
)

# We could just depend on go_src for all our deps but that would mean bringing in srcs for targets outside this
Expand Down

0 comments on commit feeef92

Please sign in to comment.