Skip to content

Commit 4f32810

Browse files
committed
packaging,win32: Install autotools
Fixes: universal-ctags/ctags-win32#14 Fix that autotools were not installed.
1 parent f3da80e commit 4f32810

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
@@ -142,7 +142,7 @@ 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

147147
bash -lc "./autogen.sh"
148148
:: Use static link.

0 commit comments

Comments
 (0)