mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 16:52:15 +00:00
This was reusing the Python 2 name on Python 3, which is incorrect since the Python 3 library for Boost.Python now has a `3` in it. Hence this checks against the Python version and defines this correctly.