2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Report Python paths used for build.

This commit is contained in:
Vladimir Prus
2015-08-19 11:16:23 +03:00
parent 688607d5db
commit bd97806025

View File

@@ -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)
{