From d7076ad018a79748c9b5a7ca5f434b0fb0d964ad Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Fri, 6 Dec 2024 10:00:32 -0600 Subject: [PATCH] Lint Signed-off-by: Brentley Jones --- swiftpkg/internal/swiftpkg_build_files.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swiftpkg/internal/swiftpkg_build_files.bzl b/swiftpkg/internal/swiftpkg_build_files.bzl index aa18a45c3..eecc497cd 100644 --- a/swiftpkg/internal/swiftpkg_build_files.bzl +++ b/swiftpkg/internal/swiftpkg_build_files.bzl @@ -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: