From f5add63fc59bdf186d5111ebda020735a9798206 Mon Sep 17 00:00:00 2001 From: antopilo Date: Wed, 27 Sep 2023 17:28:30 -0400 Subject: [PATCH] Fixed linking on linux for glfw --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index d52f1a73..4ca3158d 100644 --- a/premake5.lua +++ b/premake5.lua @@ -296,7 +296,7 @@ project "Editor" links { "GL", - "glfw3", + "glfw", "glad", "X11" }