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

Make dependents of Python link to 'util' library on Unix.

[SVN r33440]
This commit is contained in:
Vladimir Prus
2006-03-22 14:13:43 +00:00
parent 55008084b3
commit 01447a62c3

View File

@@ -46,7 +46,10 @@ project python ;
# Dynamic linker lib. Necessary to specify it explicitly
# on some platforms.
lib dl ;
lib dl ;
# This contains 'openpty' function need by python. Again, on
# some system need to pass this to linker explicitly.
lib util ;
# Initializes the Python toolset.
@@ -140,7 +143,7 @@ rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * )
;
alias python
: dl
: dl util
: $(condition)
:
: <include>$(includes)