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
cc_library doesn't link the dependencies into the library, which makes relying on ldd insuficient to find the dependencies. We will have to see how to find them. Failing that we could ask the user to link them into a cc_binary before using library_closure.
cc_library doesn't link the dependencies into the library, which makes relying on ldd insuficient to find the dependencies. We will have to see how to find them. Failing that we could ask the user to link them into a cc_binary before using library_closure.
Some related discussion here:
bazelbuild/bazel#492
The text was updated successfully, but these errors were encountered: