Install regular make?
This commit is contained in:
parent
c793e302db
commit
5ac0f5d160
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ before_install:
|
||||||
export msys2+='& C:\\tools\\msys64\\msys2_shell.cmd -defterm -no-start'
|
export msys2+='& C:\\tools\\msys64\\msys2_shell.cmd -defterm -no-start'
|
||||||
export mingw64="$msys2 -mingw64 -full-path -here -c "\"\$@"\" --"
|
export mingw64="$msys2 -mingw64 -full-path -here -c "\"\$@"\" --"
|
||||||
export msys2+=" -msys2 -c "\"\$@"\" --"
|
export msys2+=" -msys2 -c "\"\$@"\" --"
|
||||||
$msys2 pacman --sync --noconfirm --needed mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain
|
$msys2 pacman --sync --noconfirm --needed make 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 PATH=/C/tools/msys64/mingw64/bin:$PATH
|
||||||
export MAKE=mingw32-make # so that Autotools can find it
|
export MAKE=mingw32-make # so that Autotools can find it
|
||||||
|
|
Loading…
Add table
Reference in a new issue