mirror of
https://github.com/boostorg/beast.git
synced 2025-06-25 03:51:36 +02:00
Tidy up user-config.jam for tests
This commit is contained in:
@ -7,6 +7,7 @@ local OPENSSL_ROOT = [ os.environ OPENSSL_ROOT ] ;
|
||||
project
|
||||
: requirements
|
||||
<include>$(OPENSSL_ROOT)/include
|
||||
<variant>debug:<library-path>$(OPENSSL_ROOT)/debug/lib
|
||||
<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