Skip to content

Commit 7d3df3d

Browse files
committed
Merge branch 'develop'
2 parents ae74752 + df16e3e commit 7d3df3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)