Blender Git Loki
Git Commits -> Revision 22abc7f
Revision 22abc7f by Brecht Van Lommel (master) February 26, 2020, 17:13 (GMT) |
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 |
Commit Details:
Full Hash: 22abc7f0808835d88ea244a1129ae4e98d87dc3b
Parent Commit: 30b3bf2
Lines Changed: +159, -0
2 Added Paths:
/intern/libc_compat/CMakeLists.txt (+37, -0) (View)
/intern/libc_compat/libc_compat.c (+109, -0) (View)
/intern/libc_compat/libc_compat.c (+109, -0) (View)