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
fix: add the windows `*.lib` interface file to the `python_headers` library
A user might use `python_headers` to build an extension module that does
not itself pull in the python shared library. On Windows, this needs to
expose the `*.lib` interface file to compile correctly.
0 commit comments