From efa4da0403f5d4c7251be7f260bb48bcccaaca07 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Fri, 3 Apr 2026 10:55:02 -0700 Subject: [PATCH] Add supports_dynamic_library_deps This is paired with https://github.com/bazelbuild/rules_cc/pull/682 which makes binaries correctly link to shared libs if that is requested. --- crosstool/cc_toolchain_config.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/crosstool/cc_toolchain_config.bzl b/crosstool/cc_toolchain_config.bzl index a263b5f2..26cbd696 100644 --- a/crosstool/cc_toolchain_config.bzl +++ b/crosstool/cc_toolchain_config.bzl @@ -2275,6 +2275,7 @@ please file an issue at https://github.com/bazelbuild/apple_support/issues/new feature(name = "opt"), feature(name = "parse_headers"), feature(name = "no_dotd_file"), + feature(name = "supports_dynamic_library_deps", enabled = True), # Features with more configuration strip_args_feature,