update Jamfile for linux builds

This commit is contained in:
Arvid Norberg 2010-04-17 20:54:24 +00:00
parent 56054fac58
commit 81d0bed02a
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ rule building ( properties * )
result += <source>src/pe_crypto.cpp ;
if <target-os>linux in $(properties)
&& <encryption>openssl in $(properties)
{
# linker library on linux, required when using openssl
result += <source>/usr/lib/libdl.so ;