diff --git a/src/tools/python.jam b/src/tools/python.jam index bccc98f0f..b6a7022de 100644 --- a/src/tools/python.jam +++ b/src/tools/python.jam @@ -650,6 +650,7 @@ local rule system-library-dependencies ( target-os ) case windows : return ; case hpux : return rt ; + case *bsd : return pthread gcc:util ; case aix : return pthread dl ;