Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cygwinccompiler: Get the compilers from sysconfig
On the CLANG64 environment of MSYS2, we should use clang instead of gcc. This patch gets the compiler from sysconfig which would be set when Python was built. Without this patch, the build fails when it's trying to check if the compiler is cygwin's one.
- Loading branch information