Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
distutils: add build root to libdirs when building uninstalled
The distutils test suite builds extensions which need to link to libpython despite it being uninstalled. The code currently assumes that the working directory is the build root, but that is not the case in the tests (it's in some temp dir). Explicitely pass the build root instead where the uninstalled libpython can be found.
- Loading branch information