mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
fix: link statically against boost-python on linux (#581)
Co-authored-by: Joris Carrier <joris.carrier@ugloo.com>
This commit is contained in:
@@ -51,7 +51,10 @@ lib dl ;
|
||||
# pass this to linker explicitly.
|
||||
lib util ;
|
||||
# Python uses pthread symbols.
|
||||
lib pthread ;
|
||||
lib pthread :
|
||||
: <target-os>linux:<link>shared
|
||||
;
|
||||
|
||||
# Extra library needed by phtread on some platforms.
|
||||
lib rt ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user