We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bc22d commit 9658c02Copy full SHA for 9658c02
preconfigure.py
@@ -37,7 +37,7 @@ def build_ninja():
37
38
# If we are on windows, we don't need to compile ninja, we just download the executable
39
if os.name == "nt":
40
- ninja_exe_url = "https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip"
+ ninja_exe_url = "https://github.com/ninja-build/ninja/releases/download/v1.13.0/ninja-win.zip"
41
42
# Try to execute ninja, if it fails, download .exe from github
43
try:
0 commit comments