support for py_library to link to a cc_library #1366
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
type: feature request
Milestone
Mentioned by Fred:
In bazel, it is not possible for a py_library to link to a cc_library.
The workaround is to create a dynamically linked .so file and load that in the py_library. (I'm not sure what happens in Windows.)
The text was updated successfully, but these errors were encountered: