mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
eeb045c59f
There was a special case for optional symbols for macOS/iOS. It turns out dlsym(3) works as expected, so this change deletes the special case. The change is required to make Gio work with ANGLE, which emulates OpenGL ES on top of Metal. Signed-off-by: Elias Naur <mail@eliasnaur.com>