This commit is contained in:
Vera-Firefly 2023-09-02 17:31:38 +08:00 committed by GitHub
parent e1bf8de11c
commit c949c6a5e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ GLFWbool _glfwInitOSMesa(void)
if (_glfw.osmesa.handle) if (_glfw.osmesa.handle)
return GLFW_TRUE; return GLFW_TRUE;
_glfw.osmesa.handle = _glfw_dlopen("libOSMesa_8.so"); _glfw.osmesa.handle = _glfw_dlopen("libOSMesa_81.so");
if (!_glfw.osmesa.handle) if (!_glfw.osmesa.handle)
{ {