diff --git a/src/tools/python.jam b/src/tools/python.jam index d510fcfb8..cf8c379b3 100644 --- a/src/tools/python.jam +++ b/src/tools/python.jam @@ -51,7 +51,10 @@ lib dl ; # pass this to linker explicitly. lib util ; # Python uses pthread symbols. -lib pthread ; +lib pthread : + : linux:shared + ; + # Extra library needed by phtread on some platforms. lib rt ;