We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafce8a commit 18dcf9eCopy full SHA for 18dcf9e
cc/private/link/create_libraries_to_link_values.bzl
@@ -286,7 +286,7 @@ def _add_dynamic_library_to_link(
286
# -l:libfoo.so.1 -> libfoo.so.1
287
has_compatible_name = (
288
name.startswith("lib") or
289
- (not name.endswith(".so") and not name.endswith(".dylib") and \
+ (not name.endswith(".so") and not name.endswith(".dylib") and
290
not name.endswith(".dll") and not name.endswith(".pyd"))
291
)
292
if shared_library and has_compatible_name:
0 commit comments