Skip to content

Commit

Permalink
Fix regression with retry build
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Nov 12, 2024
1 parent bdef0df commit cce09b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/modules/mesa3d.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
@echo.

:retrymesabld
@if /I "%useninja%"=="y" if "%retrymesabld%"=="1" call "%devroot%\%projectname%\bin\modules\prompt.cmd" retrymesabld "Number of Mesa3D build retries (0=end, 1=ask again, ^>1 automatically retry n-1 times):"
@if /I "%useninja%"=="y" if "%retrymesabld%"=="1" call "%devroot%\%projectname%\bin\modules\prompt.cmd" retrymesabld "Number of Mesa3D build retries (0=end, 1=ask again, greater than 1 automatically retry n-1 times):"
@if /I "%useninja%"=="y" if %retrymesabld% GTR 1 (
@set /a retrymesabld-=1
@GOTO execmesabld
Expand Down

0 comments on commit cce09b0

Please sign in to comment.