forked from premiere/premiere-libtorrent
update Jamfile for linux builds
This commit is contained in:
parent
56054fac58
commit
81d0bed02a
1
Jamfile
1
Jamfile
|
@ -192,6 +192,7 @@ rule building ( properties * )
|
||||||
result += <source>src/pe_crypto.cpp ;
|
result += <source>src/pe_crypto.cpp ;
|
||||||
|
|
||||||
if <target-os>linux in $(properties)
|
if <target-os>linux in $(properties)
|
||||||
|
&& <encryption>openssl in $(properties)
|
||||||
{
|
{
|
||||||
# linker library on linux, required when using openssl
|
# linker library on linux, required when using openssl
|
||||||
result += <source>/usr/lib/libdl.so ;
|
result += <source>/usr/lib/libdl.so ;
|
||||||
|
|
Loading…
Reference in New Issue