Skip to content

Commit 4a0b446

Browse files
committed
packaging,win32: Add error check
1 parent 4f32810 commit 4a0b446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/appveyor.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ if "%normalbuild%"=="no" (
144144
:: Install necessary packages
145145
bash -lc "for i in {1..3}; do pacman --noconfirm --noprogressbar -S --needed mingw-w64-%MSYS2_ARCH%-{jansson,libxml2,libyaml,pcre2} autoconf automake && break || sleep 15; done"
146146

147-
bash -lc "./autogen.sh"
147+
bash -lc "./autogen.sh" || exit 1
148148
:: Use static link.
149149
bash -lc "./configure --disable-external-sort --enable-static && make -j2"
150150

0 commit comments

Comments
 (0)