Skip to content

Commit 471e618

Browse files
committed
BPL builds targets need to always be defined.
1 parent 398e7f0 commit 471e618

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

build/Jamfile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,18 @@ for local N in 2 3
169169
{
170170
lib_boost_python $(py$(N)-version) ;
171171
libraries += $(lib_boost_python($(py$(N)-version))) ;
172-
if [ python.numpy ]
173-
{
174-
lib_boost_numpy $(py$(N)-version) ;
175-
libraries += $(lib_boost_numpy($(py$(N)-version))) ;
176-
}
177172
}
178173
else
179174
{
180175
alias $(lib_boost_python($(N))) ;
176+
}
177+
if [ python.numpy ]
178+
{
179+
lib_boost_numpy $(py$(N)-version) ;
180+
libraries += $(lib_boost_numpy($(py$(N)-version))) ;
181+
}
182+
else
183+
{
181184
alias $(lib_boost_numpy($(N))) ;
182185
}
183186
}

0 commit comments

Comments
 (0)