mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
From 0a0b9a6d02
Mon Sep 17 00:00:00 2001
Subject: [PATCH] Update Openssl lib version
This commit is contained in:
parent
4427244b8b
commit
a8c9a0e9a3
1 changed files with 3 additions and 3 deletions
|
@ -14,10 +14,10 @@ environment:
|
|||
- LWS_METHOD: nossl
|
||||
CMAKE_ARGS: -DLWS_WITH_SSL=OFF
|
||||
install:
|
||||
- appveyor DownloadFile http://strcpy.net/packages/Win32OpenSSL-1_0_2a.exe
|
||||
- Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
|
||||
- appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2d.exe
|
||||
- Win32OpenSSL-1_0_2d.exe /silent /verysilent /sp- /suppressmsgboxes
|
||||
- cinst -y nsis
|
||||
- SET PATH=C:\Program Files\NSIS\;%PATH%
|
||||
- SET PATH=C:\Program Files\NSIS\;C:\Program Files (x86)\NSIS\;%PATH%
|
||||
build:
|
||||
|
||||
build_script:
|
||||
|
|
Loading…
Add table
Reference in a new issue