mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
Subject: [PATCH] Fix windows build
New version of OpenSSL
This commit is contained in:
parent
ba8a2f095c
commit
edcef320e5
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ environment:
|
||||||
- LWS_METHOD: nossl
|
- LWS_METHOD: nossl
|
||||||
CMAKE_ARGS: -DLWS_WITH_SSL=OFF
|
CMAKE_ARGS: -DLWS_WITH_SSL=OFF
|
||||||
install:
|
install:
|
||||||
- appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_2.exe
|
- appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_2a.exe
|
||||||
- Win32OpenSSL-1_0_2.exe /silent /verysilent /sp- /suppressmsgboxes
|
- Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
|
||||||
- cinst nsis
|
- cinst nsis
|
||||||
- SET PATH=C:\Program Files\NSIS\;%PATH%
|
- SET PATH=C:\Program Files\NSIS\;%PATH%
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue