Update the base system of MinGW docker
The current upstream seems to need an update of the base libs in order to run the MinGW compiler.
This commit is contained in:
parent
1e6c0da220
commit
8b711780d7
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
set -ex
|
||||
. .travis/docker_container.sh
|
||||
|
||||
buildenv_as_root pacman -Sqy --noconfirm
|
||||
buildenv_as_root pacman -Sqyu --noconfirm
|
||||
buildenv_as_root pacman -Sq --noconfirm base-devel wget mingw-w64-cmake mingw-w64-gcc mingw-w64-pkg-config mingw-w64-libsndfile
|
||||
buildenv i686-w64-mingw32-gcc -v && buildenv i686-w64-mingw32-g++ -v && buildenv i686-w64-mingw32-cmake --version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue