diff --git a/scripts/travis b/scripts/travis index 408bc75..c8e67ce 100755 --- a/scripts/travis +++ b/scripts/travis @@ -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