You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpo-44062: Fix PYTHON_FOR_BUILD interpreter lookup for cross-compile builds
Previously, when running configure in a cross-compile scenario, the
PYTHON_FOR_BUILD interpreter could be set to python even if no python
is availble in PATH.
Now, configure will properly set PYTHON_FOR_BUILD based on what is
available in PATH or fail.
0 commit comments