Skip to content

Commit

Permalink
Exclude textual_hdrs from the uber targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Sep 28, 2024
1 parent a45f844 commit ca19083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftpkg/internal/swiftpkg_build_files.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def _clang_target_build_file(repository_ctx, pkg_ctx, target):
)

# Add the cc_library that brings all of the child targets together.
uber_attrs = dicts.omit(attrs, ["srcs", "hdrs"]) | {
uber_attrs = dicts.omit(attrs, ["srcs", "hdrs", "textual_hdrs"]) | {
"deps": [
":{}".format(dname)
for dname in child_dep_names
Expand Down

0 comments on commit ca19083

Please sign in to comment.