mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
Add Python version to library suffix.
This commit is contained in:
@@ -20,6 +20,7 @@ boost_include = options.get_with('boost-include')
|
||||
if boost_include:
|
||||
features += include(boost_include)
|
||||
python = python.instance()
|
||||
py_suffix = '{}{}'.format(*python.version.split('.')[:2])
|
||||
features |= set(python.include, python.linkpath, python.libs)
|
||||
|
||||
class has_numpy(try_run):
|
||||
|
||||
Reference in New Issue
Block a user