Fix macOS and Windows build with statically linked ANGLE/EGL.

This commit is contained in:
bruvzg 2023-10-26 12:15:59 +03:00
parent 2564026bcc
commit 2d0cd5f2cd
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38

View file

@ -34,6 +34,7 @@
#if defined(EGL_STATIC)
#define KHRONOS_STATIC 1
#define GLAD_EGL_VERSION_1_5 true
extern "C" EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID(EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
#undef KHRONOS_STATIC
#endif