Skip to content

Commit c7799aa

Browse files
pdimovstefanseefeld
authored andcommitted
Add empty stage/install targets when Python is not configured
1 parent 02095af commit c7799aa

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

build/Jamfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,14 @@ lib boost_numpy
136136
boost-install boost_python boost_numpy ;
137137

138138
}
139+
else
140+
{
141+
# Python not configured
142+
143+
alias stage : config-warning ;
144+
explicit stage ;
145+
146+
alias install : config-warning ;
147+
explicit install ;
148+
149+
}

0 commit comments

Comments
 (0)