Skip to content

Commit

Permalink
AppVeyor: Install dos2unix
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Aug 19, 2015
1 parent 9c23bca commit f437c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ set CHERE_INVOKING=yes
bash -lc ""
:: Install and update necessary packages
bash -lc "for i in {1..3}; do pacman --noconfirm --needed -Sy bash pacman pacman-mirrors msys2-runtime && break || sleep 15; done"
bash -lc "for i in {1..3}; do pacman --noconfirm -Su mingw-w64-%MSYS2_ARCH%-{gcc,libiconv} automake autoconf make && break || sleep 15; done"
bash -lc "for i in {1..3}; do pacman --noconfirm -Su mingw-w64-%MSYS2_ARCH%-{gcc,libiconv} automake autoconf make dos2unix && break || sleep 15; done"

bash -lc "autoreconf -vfi"
:: Patching configure.
Expand Down

0 comments on commit f437c46

Please sign in to comment.