Skip to content

Commit ca19083

Browse files
committed
Exclude textual_hdrs from the uber targets.
1 parent a45f844 commit ca19083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swiftpkg/internal/swiftpkg_build_files.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def _clang_target_build_file(repository_ctx, pkg_ctx, target):
508508
)
509509

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

0 commit comments

Comments
 (0)