ninja.recipe: Don't assume python 3 is always `python3`
Instead, use self.config.python_exe
which will always be a usable
Python 3 for running build commands.
This fixes bootstrap on Windows.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Instead, use self.config.python_exe
which will always be a usable
Python 3 for running build commands.
This fixes bootstrap on Windows.