Fix some stupid error that was caused by...
...literally nothing
This commit is contained in:
parent
d4214e6dc9
commit
a20b906257
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ before_install:
|
||||||
export msys2+=" -msys2 -c "\"\$@"\" --"
|
export msys2+=" -msys2 -c "\"\$@"\" --"
|
||||||
$msys2 pacman --sync --noconfirm --needed make mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain
|
$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
|
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
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue