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

Force all dependents of python to get 'dl' library on Linux.

[SVN r33433]
This commit is contained in:
Vladimir Prus
2006-03-22 09:51:24 +00:00
parent 9997a8a80f
commit a85b6d2aab

View File

@@ -121,6 +121,9 @@ rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * )
flags python.capture-output PYTHON $(condition:J=/) : $(interpreter) ;
}
# Dynamic linker lib. Necessary to specify it explicitly
# on some platforms.
lib dl ;
# On Linux, we don't want to link either Boost.Python or
# Python extensions to libpython, so that when extensions
@@ -136,7 +139,7 @@ rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * )
;
alias python
:
: dl
: $(condition)
:
: <include>$(includes)