Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect compiling from Linux gnu to Linux musl as cross compiling (#2010)
For maturin to correctly use bundled sysconfig Python when compiling from Linux gnu host to Linux musl target, we need to detect it as cross compiling, otherwise it will only find Python interpreters on the host that was compiled for glibc.
- Loading branch information