Closed nwnk closed 6 years ago
@ebassi @nwnk this PR broke libepoxy on macOS. The problem is that OPENGL_LIB
gets redefined again lower down
So at run time you get
Couldn't open libOpenGL.so.0: dlopen(libOpenGL.so.0, 5): image not found
Please, @ilovezfs: open a new issue about this.
Where is best? Will do.
@ilovezfs Create a new issue on this repo.
@ebassi done: https://github.com/anholt/libepoxy/issues/176
This explicitly separates the dlopen and dlsym phases of every library, exposes the GLX and EGL loading logic to the rest of the library, and treats RTLD_NOLOAD and fatal-lookup-error as separate flags.