Proper name of msys2 packages

This commit is contained in:
Ugljesa Jovanovic 2020-06-11 19:35:11 +02:00 committed by Ugljesa Jovanovic
parent 218bd8f4e1
commit add5480850
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -84,7 +84,7 @@ matrix:
- export msys2+='& C:\\tools\\msys64\\msys2_shell.cmd -defterm -no-start'
- export mingw64="$msys2 -mingw64 -full-path -here -c "\"\$@"\" --"
- export msys2+=" -msys2 -c "\"\$@"\" --"
- $msys2 pacman --sync --noconfirm --needed mingw-w64-x86_64-toolchain libtool automake
- $msys2 pacman --sync --noconfirm --needed mingw-w64-x86_64-toolchain mingw-w64-libtool automake-wrapper
- taskkill //IM gpg-agent.exe //F # https://travis-ci.community/t/4967
- export PATH=/C/tools/msys64/mingw64/bin:$PATH
- export MAKE=mingw32-make # so that Autotools can find it