Skip to content

Commit 3ea5f64

Browse files
committed
Build - attempt to propogate build errors on Windows
1 parent ce240b5 commit 3ea5f64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/win-config.bat

+4
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@ cd build
1717
@REM build files for app/external
1818

1919
cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=%CONFIG% ..\
20+
if %ERRORLEVEL% neq 0 (
21+
cd %WORKING_DIR%
22+
exit /b %ERRORLEVEL%
23+
)
2024

2125
cd %WORKING_DIR%

0 commit comments

Comments
 (0)