mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
081f65dff1
In some cases when the renderdoccmd/qrenderdoc is linked the linker ignores the libEGL.so and only uses the librenderdoc.so. This is because the renderdoc shared library provides the same symbols as the libEGL.so. However we need to keep the libEGL.so as we are using RTLD_NEXT in the renderdoc shared library.