mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
Attempt to solve b2 openssl problem in win
This commit is contained in:
13
tools/user-config.jam
Normal file
13
tools/user-config.jam
Normal file
@@ -0,0 +1,13 @@
|
||||
# Used on CI. This is required on Windows to make b2 find openssl
|
||||
|
||||
import os ;
|
||||
|
||||
local OPENSSL_ROOT = [ os.environ OPENSSL_ROOT ] ;
|
||||
|
||||
project
|
||||
: requirements
|
||||
<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
|
||||
;
|
||||
Reference in New Issue
Block a user