Skip to content

Commit ccba407

Browse files
committed
Avoid problems: 1) posix timeout in the path 2) error during vcpkg build in non-interactive mode
1 parent 174ee33 commit ccba407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/win32/make_all.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if errorlevel 1 call :ERROR build failed - see make_all_%FB_TARGET_PLATFORM%.log
3636
@rmdir /S /Q "%FB_OUTPUT_DIR%" 2>nul
3737

3838
:: short delay to let OS complete actions by rmdir above
39-
@timeout 1 >nul
39+
@%SystemRoot%\System32\timeout /t 1 /nobreak >nul
4040

4141
@mkdir %FB_OUTPUT_DIR% 2>nul
4242
@mkdir %FB_OUTPUT_DIR%\tzdata 2>nul

0 commit comments

Comments
 (0)