Skip to content

Commit b0bb484

Browse files
authored
Merge pull request #3259 from k-takata/install-autotools
packaging,win32: Install autotools
2 parents f3da80e + 4a0b446 commit b0bb484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win32/appveyor.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ if "%normalbuild%"=="no" (
142142
bash -lc "for i in {1..3}; do pacman --noconfirm --noprogressbar -S --needed mingw-w64-%MSYS2_ARCH%-python3-sphinx && break || sleep 15; done"
143143
)
144144
:: Install necessary packages
145-
bash -lc "for i in {1..3}; do pacman --noconfirm --noprogressbar -S --needed mingw-w64-%MSYS2_ARCH%-{jansson,libxml2,libyaml,pcre2} && break || sleep 15; done"
145+
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)