Skip to content

Commit 8cd8cfb

Browse files
committed
exit on error
1 parent 9e2290c commit 8cd8cfb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

recipe/build_base.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ if "%CONDA_BUILD_CROSS_COMPILATION%" == "1" (
8080
REM we don't need.
8181
set LIBRARY_PREFIX=%BUILD_PREFIX%\\Library
8282
call build.bat %CONFIG% %FREETHREADING% -m -E -v -p %BUILD_PLATFORM%
83+
if errorlevel 1 exit 1
8384
)
8485
endlocal
8586
:: Twice because:

0 commit comments

Comments
 (0)