Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: explicitely CC/CXX for clang only mingw environments
MSYS2 has stopped installing gcc compatibility binaries in clang environments by default some time ago, and distutils is currently hardcoded to look for "gcc", while only cc/c++ and clang/clang++ are in PATH. Work around for now by explicitely setting CC/CXX to override the defaults. Idealy distutils would try to look harder for a valid compiler before giving up, but this can be improved in the future.
- Loading branch information