Blender Git Loki
Git Commits -> Revision 2c61c3d
Revision 2c61c3d by Ray molenkamp (master) August 15, 2020, 17:06 (GMT) |
deps_builder: Fix boost::python linking release python library By default boost::python in debug configuration links the release python libraries. Which leads to loading issues with the produced modules in a debug blender (which does use the debug python libs) Bjam has an option to switch this to the debug libraries but when you switch that on it changes the library names for *all* boost libraries, even ones that don't have anything to do with python and even the release libraries. therefore an alternative way has been chosen and we're dealing with this by adding a define rather than asking bjam to do it. |
Commit Details:
Full Hash: 2c61c3d733cfafa3d62829b716246b8a18ecd6a3
Parent Commit: 199e308
Lines Changed: +6, -0
1 Modified Path:
/build_files/build_environment/cmake/boost.cmake (+6, -0) (Diff)