diff --git a/Jamfile b/Jamfile index 862f3cd69..28a1542e3 100644 --- a/Jamfile +++ b/Jamfile @@ -80,6 +80,10 @@ rule linking ( properties * ) else if libcrypto in $(properties) { result += crypto ; + if linux in $(properties) + { + result += dl ; + } } if windows in $(properties)