adjust mingw package name

This commit is contained in:
Brent Cook 2016-11-13 13:10:42 -06:00
parent a638d7937d
commit b5ebbf6b88

View File

@ -36,7 +36,7 @@ else
if [ -z $(which $CC) ]; then
sudo apt-get update
sudo apt-get install -y $ARCH-x-gcc make
sudo apt-get install -y mingw-w64 make
export PATH=$PATH:/opt/$ARCH/bin
fi