From 3a85647d1c17e5a4d0ce1731bdb8c41c19e120cc Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Wed, 20 Dec 2017 20:01:52 +0100 Subject: [PATCH] Removed the mingw thing --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 115ac86..4247a06 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -46,9 +46,9 @@ before_build: %DEPENDS% copy SDL2_ttf-2.0.14\%ARCH%\bin\*.dll %PREFIX%\lib > nul # Newer mingw is required, as older mingw32 does not support std::thread - - |- - %DEPENDS% appveyor DownloadFile "http://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win32/Personal Builds/mingw-builds/4.9.3/threads-posix/dwarf/i686-4.9.3-release-posix-dwarf-rt_v4-rev1.7z/download" - %DEPENDS% 7z x download -o%MINGW32% > nul + #- |- + #%DEPENDS% appveyor DownloadFile "http://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win32/Personal Builds/mingw-builds/4.9.3/threads-posix/dwarf/i686-4.9.3-release-posix-dwarf-rt_v4-rev1.7z/download" + #%DEPENDS% 7z x download -o%MINGW32% > nul build_script: - |-