Skip to content

Commit

Permalink
fix: collect cdeps data dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Dec 30, 2023
1 parent 06734ec commit 30b217b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zig/private/common/zig_build.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def zig_build_impl(ctx, *, kind):

zig_collect_data(
data = ctx.attr.data,
deps = ctx.attr.deps,
deps = ctx.attr.deps + ctx.attr.cdeps,
transitive_data = transitive_data,
transitive_runfiles = transitive_runfiles,
)
Expand Down

0 comments on commit 30b217b

Please sign in to comment.