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:
committed by
Stefan Seefeld
parent
02095af952
commit
c7799aa44f
@@ -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 ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user