Skip to content

Commit

Permalink
AppVeyor: Install autoconf automake libtool
Browse files Browse the repository at this point in the history
These have been removed from base-devel recently.
  • Loading branch information
petere committed Feb 19, 2022
1 parent d79d408 commit d9b5bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:

install:
- set PATH=C:/msys64/usr/bin;%PATH%
- sh -l -c "pacman --noconfirm -S --needed base-devel ${MINGW_PACKAGE_PREFIX}-toolchain ${MINGW_PACKAGE_PREFIX}-libevent"
- sh -l -c "pacman --noconfirm -S --needed base-devel ${MINGW_PACKAGE_PREFIX}-toolchain ${MINGW_PACKAGE_PREFIX}-libevent autoconf automake libtool"

build_script:
- set HOME=.
Expand Down

0 comments on commit d9b5bb5

Please sign in to comment.