Fix some stupid error that was caused by...

...literally nothing
This commit is contained in:
Clownacy 2020-01-23 16:38:51 +00:00
parent d4214e6dc9
commit a20b906257

View file

@ -45,6 +45,8 @@ before_install:
export msys2+=" -msys2 -c "\"\$@"\" --"
$msys2 pacman --sync --noconfirm --needed make mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain
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
;;
esac