mirror of https://github.com/python/cpython
Browse Source
Fix GCC detection in setup.py when cross-compiling. The C compiler is
now run with LC_ALL=C. Previously, the detection failed with a German
locale.
(cherry picked from commit a9503ac394)
Co-authored-by: Victor Stinner <vstinner@python.org>
pull/30944/head
committed by
GitHub
2 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue