diff --git a/src/engine/build.jam b/src/engine/build.jam index 8e48ecae4..c7440553b 100644 --- a/src/engine/build.jam +++ b/src/engine/build.jam @@ -105,6 +105,12 @@ if $(with-python) } } +if $(--python-include) || $(--python-lib) +{ + ECHO "Python includes: $(--python-include:J=)" ; + ECHO "Python includes: $(--python-lib:J=)" ; +} + # Boehm GC? if --gc in $(ARGV) {