We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986fc8d commit 6e4afd7Copy full SHA for 6e4afd7
.github/scripts/windows/build_task.bat
@@ -52,6 +52,7 @@ if "%INTRINSICS%" neq "" set ADD_CONF=%ADD_CONF% --enable-native-intrinsics=%INT
52
set CFLAGS=/W1 /WX
53
54
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
56
57
cmd /c configure.bat ^
58
--enable-snapshot-build ^
0 commit comments