You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: rules/library.bzl
+2-1
Original file line number
Diff line number
Diff line change
@@ -1106,6 +1106,7 @@ def apple_library(
1106
1106
ifmodule_map:
1107
1107
objc_hdrs.append(module_map)
1108
1108
1109
+
default_alwayslink=kwargs.pop("alwayslink", True) # ensure symbols from any static deps are always included (see https://github.com/bazelbuild/rules_apple/issues/1938)
0 commit comments