mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
buildbase.bat: display error if compilation fails
This commit is contained in:
@@ -140,6 +140,10 @@ GOTO end
|
||||
|
||||
:error
|
||||
ECHO *** ERROR, build terminated early, see: %log%
|
||||
ECHO.
|
||||
ECHO === Last errors from %log% ===
|
||||
findstr /i /c:"error " /c:"error:" /c:"fatal error" %log%
|
||||
ECHO.
|
||||
GOTO end
|
||||
|
||||
:no_tools
|
||||
|
||||
Reference in New Issue
Block a user