From 425e1f4ad8dd07ecfde933bee858e1df9f1a35ab Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sat, 3 Jun 2017 19:54:09 -0700 Subject: [PATCH] Added env variables for OpenSSL include dir and lib dir --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index cb9a7a1..74d5504 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -85,6 +85,8 @@ install: #OpenSSL install - appveyor DownloadFile https://slproweb.com/download/Win64OpenSSL-1_1_0f.exe - ps: Start-Process Win64OpenSSL-1_1_0f.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" -Wait + - cmd: SET OPENSSL_LIB_DIR=C:\OpenSSL-Win64 + - cmd: SET OPENSSL_INCLUDE_DIR=C:\OpenSSL-Win64\include #Rust install - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init -yv --default-toolchain %channel% --default-host %target%