2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Add empty stage/install targets when Python is not configured

This commit is contained in:
Peter Dimov
2018-10-12 21:16:35 +03:00
committed by Stefan Seefeld
parent 02095af952
commit c7799aa44f

View File

@@ -136,3 +136,14 @@ lib boost_numpy
boost-install boost_python boost_numpy ;
}
else
{
# Python not configured
alias stage : config-warning ;
explicit stage ;
alias install : config-warning ;
explicit install ;
}