「view this page in B3 βῆτα server」

Revisions №61420

branch: master 「№61420」
Commited by: Daniel Paoliello
GitHub commit link: 「61f38062d297c1a8」
Difference from previous tested commit:  code diff
Commit date: 2020-09-11 20:59:35

Make Python build scripts for Ninja work on Windows (#4962) * Make Python build scripts for Ninja work on Windows Issue Details: Currently the Python build scripts that set up the Ninja build uses Linux/Mac OS specific commands/assumptions. Fix Details: * Explicitly run Python scripts using `sys.executable` (instead of assuming that the OS knows how to handle `.py` files). * Handle Windows executables having a `.exe` suffix. * Either change `git` commands, or use Python to process output instead of using other tools that don't exist on Windows.

...