From 1e8ca8e8cc44327cead91a6f8737555537cd18cd Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sat, 30 Sep 2006 09:30:46 +0000 Subject: [PATCH] Add comment [SVN r35430] --- src/tools/python.jam | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/tools/python.jam b/src/tools/python.jam index 836a6edf6..a8d300ac0 100644 --- a/src/tools/python.jam +++ b/src/tools/python.jam @@ -231,7 +231,10 @@ rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * ) flags python.capture-output PYTHON $(condition:J=/) : $(interpreter) ; } - + # Depending on system, or on toolset used, we need extra libraries. + # Libraries which are needed depending on system are added to + # 'extra-libs' and for libraries which depend on toolset we need + # conditional requirements to 'extra-libs-conditional'. local extra-libs extra-libs-conditional ; # Depending on system, Python library is either static