mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
OpenSSL win fix in CI
This commit is contained in:
@@ -4,10 +4,9 @@ import os ;
|
||||
|
||||
local OPENSSL_ROOT = [ os.environ OPENSSL_ROOT ] ;
|
||||
|
||||
project
|
||||
: requirements
|
||||
using openssl : :
|
||||
<include>$(OPENSSL_ROOT)/include
|
||||
<variant>debug:<library-path>$(OPENSSL_ROOT)/lib
|
||||
<target-os>windows<variant>debug:<library-path>$(OPENSSL_ROOT)/debug/lib
|
||||
<variant>release:<library-path>$(OPENSSL_ROOT)/lib
|
||||
;
|
||||
<search>$(OPENSSL_ROOT)/lib
|
||||
<ssl-name>libssl
|
||||
<crypto-name>libcrypto
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user