Subject: [PATCH] Fix windows build

New version of OpenSSL
This commit is contained in:
=?UTF-8?q?Joakim=20S=C3=B6derberg?= 2015-04-21 14:43:38 +02:00 committed by Andy Green
parent ba8a2f095c
commit edcef320e5

View file

@ -14,8 +14,8 @@ environment:
- LWS_METHOD: nossl
CMAKE_ARGS: -DLWS_WITH_SSL=OFF
install:
- appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_2.exe
- Win32OpenSSL-1_0_2.exe /silent /verysilent /sp- /suppressmsgboxes
- appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_2a.exe
- Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
- cinst nsis
- SET PATH=C:\Program Files\NSIS\;%PATH%
build: