mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
Fix waf.bat ERRORLEVEL to return actual exit code of waf
This commit is contained in:
parent
b1ac2bc686
commit
4e307d3b50
@ -93,5 +93,6 @@ goto running
|
|||||||
|
|
||||||
@echo Using %PYTHON%
|
@echo Using %PYTHON%
|
||||||
|
|
||||||
"%PYTHON%" -x "%~dp0waf" %* & Endlocal & exit /b %ERRORLEVEL%
|
"%PYTHON%" -x "%~dp0waf" %*
|
||||||
|
Endlocal
|
||||||
|
exit /b %ERRORLEVEL%
|
Loading…
Reference in New Issue
Block a user