Skip to content

ninja.recipe: Don't assume python 3 is always `python3`

Nirbheek Chauhan requested to merge nirbheek/cerbero:ninja-python3 into master

Instead, use self.config.python_exe which will always be a usable Python 3 for running build commands.

This fixes bootstrap on Windows.

Merge request reports