objc_library sdk_dylibs not propagated to cc_binary rules, only apple_binary rules #13205
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
platform: apple
stale
Issues or PRs that are stale (no activity for 30 days)
team-Rules-CPP
Issues for C++ rules
type: feature request
Description of the problem / feature request:
I'm no C++ or linking expert so I have no idea if this should work or not, but I believe it should. The documentation for
objc_library.sdk_dylibs
states:However, this is only the case for
apple_binary
rules, notcc_binary
rules. The repo https://github.com/warriorstar-orion/bazel_objc_dylibs is a bare minimum demonstration and should allow you to reproduce the issue.A sample run:
bazel aquery
confirms the lack of an added linker option:What operating system are you running Bazel on?
What's the output of
bazel info release
?release 4.0.0-homebrew
Have you found anything relevant by searching the web?
Nothing stands out
The text was updated successfully, but these errors were encountered: