mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 04:22:16 +00:00
Fix empty numpy lib name caused by missing parens for lib name map.
This commit is contained in:
@@ -124,7 +124,7 @@ lib_boost_numpy($(py3-version)) = boost_numpy3 ;
|
||||
rule lib_boost_numpy ( version )
|
||||
{
|
||||
numpy-include = [ python.numpy-include ] ;
|
||||
lib $(lib_boost_numpy$(version))
|
||||
lib $(lib_boost_numpy($(version)))
|
||||
: # sources
|
||||
numpy/dtype.cpp
|
||||
numpy/matrix.cpp
|
||||
|
||||
Reference in New Issue
Block a user