Windows: Use cc_import to import python lib properly (#17474)
Previously, we put python.lib in data attribute of a cc_library and manually added the link option. That caused the build to be non-hermetic. This change fixed the problem.
Loading
Please sign in to comment