From b5ebbf6b88b13cbf465fdc7d4101e4aa612f0ef9 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 13 Nov 2016 13:10:42 -0600 Subject: [PATCH] adjust mingw package name --- scripts/travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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