Fix building on Linux

This commit is contained in:
Curi0 2017-10-03 15:10:19 +05:30
parent 7e56f74633
commit 51e0ca0561

View File

@ -636,7 +636,7 @@ GLFWbool _glfwCreateContextEGL(_GLFWwindow* window,
"libGLES_CM.so", "libGLES_CM.so",
#else #else
"libGLESv1_CM.so.1", "libGLESv1_CM.so.1",
"libGLES_CM.so.1" "libGLES_CM.so.1",
#endif #endif
NULL NULL
}; };