Meson tries to find the interpreter path through the "py" launcher on Windows in all cases which breaks if meson is run under MSYS2 and an official CPython is installed as well. MSYS2 Python doesn't install a py launcher which results in meson finding the system one instead even though python2/python3 is in PATH. Always check if the interpreter name is in PATH before falling back to checking the py launcher.pull/3955/head
parent
941d2c273a
commit
6b9fdfe67b
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue