From 91111aecd7fe2e1d2c6d7e0c915099b26f1f0ea3 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sat, 30 Sep 2006 09:31:35 +0000 Subject: [PATCH] Merge: Add comment [SVN r35431] --- v2/tools/python.jam | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v2/tools/python.jam b/v2/tools/python.jam index c3451a76b..5d1d03bf8 100644 --- a/v2/tools/python.jam +++ b/v2/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