diff --git a/v2/user-config.jam b/v2/user-config.jam index f0c7acc33..fbbf13fd0 100644 --- a/v2/user-config.jam +++ b/v2/user-config.jam @@ -34,7 +34,6 @@ # http://boost.org/boost-build2/doc/html/bbv2/advanced.html#bbv2.advanced.jam_language # - # ------------------ # GCC configuration. # ------------------ @@ -84,3 +83,10 @@ # Configure with an explicit installation prefix. # using qt : /usr/opt/qt ; + +# --------------------- +# Python configuration. +# --------------------- + +# Configure specific Python version. +# using python : 3.1 : /usr/bin/python3 : /usr/include/python3.1 : /usr/lib ;