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 7a6f9ce commit 2c54427Copy full SHA for 2c54427
utils/build-windows-toolchain.bat
@@ -40,6 +40,8 @@ set TEMP=%BuildRoot%\tmp
40
set TMP=%BuildRoot%\tmp
41
set TMPDIR=%BuildRoot%\tmp
42
43
+set NINJA_STATUS="[%%f/%%t][%%p][%%es]"
44
+
45
call :CloneDependencies || (exit /b)
46
call :CloneRepositories || (exit /b)
47
0 commit comments