Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python] Fix setup.py for inplace build (apache#16214)
Previously, `python/setup.py` missed to take the inplace build case into account when doing file operations (such as finding paths or copying files), which makes command `make cython` fail. This PR fixes the issue by checking inplace builds.
- Loading branch information