Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Start every "before-build" with a clean slate
We need to start every "before-build" with an empty install directory, otherwise the repaired wheel will contain the wrong boost libraries. (It looks like `CMake` gets confused and picks the first matching `libboost_python*` and `libboost_numpy*` library files, which may be from a previous build.)
- Loading branch information