Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information