Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones committed Dec 6, 2024
1 parent 7ab748e commit d7076ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swiftpkg/internal/swiftpkg_build_files.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,10 @@ def _clang_target_build_file(repository_ctx, pkg_ctx, target):
# Assemble attributes

attrs = {
"copts": copts,
"srcs": srcs,
# To mimic SPM behavior we always link the library.
"alwayslink": True,
"copts": copts,
"srcs": srcs,
"visibility": ["//:__subpackages__"],
}
if clang_src_info.hdrs:
Expand Down

0 comments on commit d7076ad

Please sign in to comment.