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
setup.py: don't prepend the system library directories when building extensions
For some reason the code assumes that relative paths are build paths prepends
the system dirs after relative paths in the existing list. We only uses absolute
paths though, and I don't understand why it even tries to do that.
So just append the system dirs instead.
This fixes the build trying to link against the system Python DLL in case it happens
to be installed.
0 commit comments