Skip to content

Commit df16e3e

Browse files
committed
Fix typo.
1 parent 3066c73 commit df16e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Jamfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ rule lib_boost_python ( version )
124124
lib_boost_numpy(2) = boost_numpy ;
125125
lib_boost_numpy(3) = boost_numpy3 ;
126126

127-
lib_boost_numpy($(py2-version)) = $(lib_boost_python(2)) ;
128-
lib_boost_numpy($(py3-version)) = $(lib_boost_python(3)) ;
127+
lib_boost_numpy($(py2-version)) = $(lib_boost_numpy(2)) ;
128+
lib_boost_numpy($(py3-version)) = $(lib_boost_numpy(3)) ;
129129

130130
rule lib_boost_numpy ( version )
131131
{

0 commit comments

Comments
 (0)