Skip to content

Commit a19a986

Browse files
authored
Update build-windows-toolchain.bat
1 parent 2c54427 commit a19a986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ set TEMP=%BuildRoot%\tmp
4040
set TMP=%BuildRoot%\tmp
4141
set TMPDIR=%BuildRoot%\tmp
4242

43-
set NINJA_STATUS="[%%f/%%t][%%p][%%es]"
43+
set NINJA_STATUS=[%%f/%%t][%%p][%%es]
4444

4545
call :CloneDependencies || (exit /b)
4646
call :CloneRepositories || (exit /b)

0 commit comments

Comments
 (0)