adjust mingw package name
This commit is contained in:
parent
a638d7937d
commit
b5ebbf6b88
@ -36,7 +36,7 @@ else
|
|||||||
|
|
||||||
if [ -z $(which $CC) ]; then
|
if [ -z $(which $CC) ]; then
|
||||||
sudo apt-get update
|
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
|
export PATH=$PATH:/opt/$ARCH/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user