Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bazel] Fix disallowing dylibs on darwin (#1180)
Since this bazel commit bazelbuild/bazel@ec55533 building dylibs like the ones in this rule on darwin platforms has been unsupported. This feature is a default C++ toolchain feature to indicate this. In bazel 7.x these dylibs will fail to link if they are still built. As far as I can tell in the tests even if they are built they are never used on macOS. Co-authored-by: Adam Cozzette <[email protected]>
- Loading branch information