Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
distutils-r1.eclass: Handle missing BUILD_DIR for any-r1 API
When any-r1 API is used for *_all sub-phases, an implementation that was not selected by the user may be used. In this case, DISTUTILS_IN_SOURCE_BUILD will not create the BUILD_DIR for this implementation; however, the phase runner will still try to enter it and fail. Handle this gracefully by falling back to ${S}. Closes: https://bugs.gentoo.org/701506 Signed-off-by: Michał Górny <[email protected]>
- Loading branch information