2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Do not link to -ldl on *BSD.

[SVN r47935]
This commit is contained in:
Vladimir Prus
2008-08-01 17:26:32 +00:00
parent 5a8c6d1fc7
commit 913c8a1153

View File

@@ -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 ;