mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
# Used on CI. This is required on Windows to make b2 find openssl
|
|
|
|
import os ;
|
|
|
|
local OPENSSL_ROOT = [ os.environ OPENSSL_ROOT ] ;
|
|
|
|
using openssl : :
|
|
<include>$(OPENSSL_ROOT)/include
|
|
<search>$(OPENSSL_ROOT)/lib
|
|
<ssl-name>libssl
|
|
<crypto-name>libcrypto
|
|
;
|