linking against libcrypto on linux, also requires linking against libdl
This commit is contained in:
parent
f27738a7b9
commit
eb528f9ff7
4
Jamfile
4
Jamfile
@ -80,6 +80,10 @@ rule linking ( properties * )
|
|||||||
else if <crypto>libcrypto in $(properties)
|
else if <crypto>libcrypto in $(properties)
|
||||||
{
|
{
|
||||||
result += <library>crypto ;
|
result += <library>crypto ;
|
||||||
|
if <target-os>linux in $(properties)
|
||||||
|
{
|
||||||
|
result += <library>dl ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if <target-os>windows in $(properties)
|
if <target-os>windows in $(properties)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user