diff --git a/build/Jamfile.v2 b/build/Jamfile.v2
index 66427745..50169cc7 100644
--- a/build/Jamfile.v2
+++ b/build/Jamfile.v2
@@ -59,7 +59,12 @@ lib boost_python
: # requirements
static:BOOST_PYTHON_STATIC_LIB
BOOST_PYTHON_SOURCE
- /python//python
+ # We don't link to Python library itself. If
+ # Boost.Python is used for extension, all Python
+ # symbols are available in Python interpreter.
+ # If Boost.Python is used for extending, client
+ # is required to link to /python//python itself.
+