-
- Downloads
Build: add compatibility between precompiled libraries and new glibc
On Linux, precompiled libraries may be made with a glibc version that is incompatible with the system libraries that Blender is built on. To solve this we add a few -ffast-math symbols that can be missing. Differential Revision: https://developer.blender.org/D6930
Showing
- build_files/cmake/Modules/GTestTesting.cmake 3 additions, 0 deletionsbuild_files/cmake/Modules/GTestTesting.cmake
- intern/CMakeLists.txt 4 additions, 0 deletionsintern/CMakeLists.txt
- intern/libc_compat/CMakeLists.txt 37 additions, 0 deletionsintern/libc_compat/CMakeLists.txt
- intern/libc_compat/libc_compat.c 109 additions, 0 deletionsintern/libc_compat/libc_compat.c
- source/blender/blenlib/CMakeLists.txt 6 additions, 0 deletionssource/blender/blenlib/CMakeLists.txt
intern/libc_compat/CMakeLists.txt
0 → 100644
intern/libc_compat/libc_compat.c
0 → 100644
Please register or sign in to comment