-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Description
LINK : fatal error LNK1104: cannot open file 'boost_python36-vc141-mt-gd-x64-1_70.lib'
The build system produces file: 'libboost_python36-vc141-mt-gd-x64-1_70.lib'
in file boost/python/detail/config.hpp line 110 need to change from:
#define BOOST_LIB_NAME BOOST_PYTHON_CONCAT(boost_python, PY_MAJOR_VERSION, PY_MINOR_VERSION)
to
#define BOOST_LIB_NAME BOOST_PYTHON_CONCAT(libboost_python, PY_MAJOR_VERSION, PY_MINOR_VERSION)
Metadata
Metadata
Assignees
Labels
No labels