mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Do not link to -ldl on *BSD.
[SVN r47935]
This commit is contained in:
@@ -650,6 +650,7 @@ local rule system-library-dependencies ( target-os )
|
||||
case windows : return ;
|
||||
|
||||
case hpux : return <library>rt ;
|
||||
case *bsd : return <library>pthread <toolset>gcc:<library>util ;
|
||||
|
||||
case aix : return <library>pthread <library>dl ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user