Skip to content

Commit 9658c02

Browse files
committed
Upgrade windows ninja to v1.13.0
1 parent 73bc22d commit 9658c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preconfigure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def build_ninja():
3737

3838
# If we are on windows, we don't need to compile ninja, we just download the executable
3939
if os.name == "nt":
40-
ninja_exe_url = "https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip"
40+
ninja_exe_url = "https://github.com/ninja-build/ninja/releases/download/v1.13.0/ninja-win.zip"
4141

4242
# Try to execute ninja, if it fails, download .exe from github
4343
try:

0 commit comments

Comments
 (0)