Skip to content

Commit 6e4afd7

Browse files
committed
make sure the patch cmd pass
1 parent 986fc8d commit 6e4afd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ if "%INTRINSICS%" neq "" set ADD_CONF=%ADD_CONF% --enable-native-intrinsics=%INT
5252
set CFLAGS=/W1 /WX
5353

5454
patch --binary %DEPS_DIR%\include\net-snmp\net-snmp-config.h -i %~dp0net-snmp-config.h.patch.bin
55+
if %errorlevel% neq 0 exit /b 3
5556

5657
cmd /c configure.bat ^
5758
--enable-snapshot-build ^

0 commit comments

Comments
 (0)