Blender Git Commit Log
Git Commits -> Revision 07d7028
Revision 07d7028 by Tyler Alden Gubala (master) September 10, 2020, 17:40 (GMT) |
CMake: various fixes for building Python module * Don't link against Mesa OpenGL software emulation libraries from the lib folder, they are not intended to be used for building, only install. * Don't use static OpenMP library by default, it's usually not built to work in shared libraries. * Disable jemalloc on all platforms, the reason it fails is not specific to Linux. Differential Revision: https://developer.blender.org/D8827 |
Commit Details:
Full Hash: 07d7028dd0d47d54d21c54ae5eaf872e60e1bc4b
Parent Commit: fd5d014
Lines Changed: +11, -13