Blender Git Loki
Git Commits -> Revision 78d4834
Revision 78d4834 by Sergey Sharybin (master) July 9, 2020, 15:24 (GMT) |
Make deps: Fix compilation error on CentOS There were two issues. First is related on ISPC's CMake configuration forcing C and C++ compilers to be clang and clang++. This goes against of desired behavior when we use our own compiled clang compilers. The second issue was related on linker failure: CLang libraries are linked statically, and they need some of C++ 11 STL symbols which are coming from libstdc++. Differential Revision: https://developer.blender.org/D8258 |
Commit Details:
Full Hash: 78d48343ae0ece8723d2404d6f07354a7ce9512b
Parent Commit: 2be0ae7
Lines Changed: +55, -0