bdk-blender/intern/libc_compat
Sergey Sharybin 6143b3ab38 Fix compilation on Linux, glibc 2.34, and CentOS libraries
A continuation of previous fix for malloc hooks which got removed
from the new glibc library.

The pre-compiled jemalloc has definitions which interpose hooks
in glibc leading to linking errors with multiple hook definitions.

A simple fix is to skip doing the workaround when using jemalloc
from pre-compiled libraries.

This will likely be revisited in the future, but for now it is
important to fix compilation errors for developers.
2022-09-21 12:33:07 +02:00
..
CMakeLists.txt Fix compilation on Linux, glibc 2.34, and CentOS libraries 2022-09-21 12:33:07 +02:00
libc_compat.c Fix compilation on Linux, glibc 2.34, and CentOS libraries 2022-09-21 12:33:07 +02:00