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
When a python_dist target depends on a ctypes_compatible_cpp_library, NativeCompile currently computes strict_deps in the context of the python_dist library, which means that none of the dependencies of the ctypes_compatible_cpp_library are included (despite the fact that the *_cpp_library is the one that actually owns the relevant sources).
The text was updated successfully, but these errors were encountered:
When a
python_dist
target depends on actypes_compatible_cpp_library
,NativeCompile
currently computesstrict_deps
in the context of thepython_dist
library, which means that none of the dependencies of thectypes_compatible_cpp_library
are included (despite the fact that the*_cpp_library
is the one that actually owns the relevant sources).The text was updated successfully, but these errors were encountered: