From 53bfedc45ef0967f30fbbc9ad0bfbfa761667f8b Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 17 Mar 2017 22:28:08 +0300 Subject: [PATCH] and one more... --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 68e830f9..97f0043c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,9 +25,9 @@ install: set "MSYSTEM=MINGW32" ) - if "%x64%" == "1" ( - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su mingw-w64-x86_64-boost mingw-w64-x86_64-miniupnpc" + C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-miniupnpc" ) else ( - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su mingw-w64-i686-boost mingw-w64-i686-miniupnpc" + C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su mingw-w64-i686-boost mingw-w64-i386-openssl mingw-w64-i686-miniupnpc" ) build_script: - cmd: >-