From 51e0ca05611ac50547031352091e9aa395f784c0 Mon Sep 17 00:00:00 2001 From: Curi0 Date: Tue, 3 Oct 2017 15:10:19 +0530 Subject: [PATCH] Fix building on Linux --- src/egl_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egl_context.c b/src/egl_context.c index 6140f0f78..40aa25f65 100644 --- a/src/egl_context.c +++ b/src/egl_context.c @@ -636,7 +636,7 @@ GLFWbool _glfwCreateContextEGL(_GLFWwindow* window, "libGLES_CM.so", #else "libGLESv1_CM.so.1", - "libGLES_CM.so.1" + "libGLES_CM.so.1", #endif NULL };