diff --git a/buildscript/modules/mesa3d.cmd b/buildscript/modules/mesa3d.cmd index 9a27733..0be84df 100644 --- a/buildscript/modules/mesa3d.cmd +++ b/buildscript/modules/mesa3d.cmd @@ -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