From 46bcd770161845e516006f5987459d41e511671e Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Wed, 4 Mar 2015 21:37:11 -0800 Subject: [PATCH] unbreak win64 appveyor caa327793d7a5fbf869bb8b045c2b9ce3a5ebb99 was causing every single win64 build to time out while building inference into the sysimg. This seems to fix it for me locally. I have no idea why. --- contrib/windows/msys_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/windows/msys_build.sh b/contrib/windows/msys_build.sh index d4790502887ed..2d382650248a0 100755 --- a/contrib/windows/msys_build.sh +++ b/contrib/windows/msys_build.sh @@ -167,7 +167,7 @@ if [ -z "`which make 2>/dev/null`" ]; then export PATH=$PWD/bin:$PATH fi -for lib in LLVM SUITESPARSE ARPACK BLAS LAPACK FFTW \ +for lib in SUITESPARSE ARPACK BLAS LAPACK FFTW \ GMP MPFR PCRE LIBUNWIND RMATH OPENSPECFUN; do echo "USE_SYSTEM_$lib = 1" >> Make.user done