mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Fix macOS and Windows build with statically linked ANGLE/EGL.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user