[Fix] (buildsystem): fix build on Windows

This commit is contained in:
2026-02-08 10:00:08 +08:00
parent 56c98041e3
commit fd530156a6
3 changed files with 11 additions and 1 deletions
@@ -27,6 +27,7 @@ namespace MobileGL {
#if MOBILEGL_BACKEND == MOBILEGL_BACKEND_TYPE_DIRECT_GLES
return MG_Backend::DirectGLES::GetString(name);
#endif
return (const GLubyte*)"3.3 <Unknown>";
}
inline String GetFormattedBackendGLVersion() {