Re: [Mesa-dev] [PATCH v2 45/49] meson: Use python module to find python2 on windows

2018-07-10 Thread Dylan Baker
I did something bad while rebasing this apparently... Quoting Dylan Baker (2018-07-10 16:18:13) > The python installer on Windows installs two `python.exe`, one for > python2 and one for python3 and no `python2.exe` nor `python3.exe`. > > This seems utterly broken to me, but luckily for us meson

[Mesa-dev] [PATCH v2 45/49] meson: Use python module to find python2 on windows

2018-07-10 Thread Dylan Baker
The python installer on Windows installs two `python.exe`, one for python2 and one for python3 and no `python2.exe` nor `python3.exe`. This seems utterly broken to me, but luckily for us meson handles this craziness for us, but only since version 0.46. This is higher than we require for now, but