2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00
Files
redis/tools/user-config.jam
2023-10-05 12:02:31 +02:00

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
;