diff --git a/src/dispatch_common.c b/src/dispatch_common.c index 11498a7..2af95a3 100644 --- a/src/dispatch_common.c +++ b/src/dispatch_common.c @@ -405,6 +405,8 @@ epoxy_get_proc_address(const char *name) { #ifdef _WIN32 return wglGetProcAddress(name); +#elif defined(__APPLE__) + return epoxy_gl_dlsym(name); #else if (api.egl_handle) { #if PLATFORM_HAS_EGL