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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user