From 217004e7a5384176a609a8c58d3df6d5c26f75de Mon Sep 17 00:00:00 2001 From: MXPLRS | Kirill Date: Fri, 1 Jul 2016 13:22:47 +0300 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6018bea0..bb81757b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -138,9 +138,9 @@ install: || type c:\projects\instdir\build_openssl.log ) - mklink /J \OpenSSL \stage\OpenSSL-Win%bitness%-vc%msvc%-%type% -- rem already there: mingw-w64-i686-openssl mingw-w64-i686-gcc cmake +- rem already there: mingw-w64-i686-openssl mingw-w64-i686-gcc - if not defined msvc ( - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy bash pacman pacman-mirrors msys2-runtime msys2-runtime-devel" + C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy bash pacman pacman-mirrors msys2-runtime msys2-runtime-devel cmake" && if "%x64%" == "1" ( C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-x86_64-openssl mingw-w64-x86_64-boost mingw-w64-x86_64-miniupnpc" ) else (