Skip to content

Commit e670de2

Browse files
committed
Fix empty numpy lib name caused by missing parens for lib name map.
1 parent 367b793 commit e670de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Jamfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ lib_boost_numpy($(py3-version)) = boost_numpy3 ;
124124
rule lib_boost_numpy ( version )
125125
{
126126
numpy-include = [ python.numpy-include ] ;
127-
lib $(lib_boost_numpy$(version))
127+
lib $(lib_boost_numpy($(version)))
128128
: # sources
129129
numpy/dtype.cpp
130130
numpy/matrix.cpp

0 commit comments

Comments
 (0)