From 07df3a26af0fdd1f13455a0c3de62bab1f12e157 Mon Sep 17 00:00:00 2001 From: Mohit Sethi Date: Sun, 25 Dec 2022 03:52:42 +0530 Subject: [PATCH] Remove dwmapi linking, compile posix_module.c as well for Linux --- premake5.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/premake5.lua b/premake5.lua index e4704969..7376fdd6 100644 --- a/premake5.lua +++ b/premake5.lua @@ -38,6 +38,7 @@ project "GLFW" "src/x11_monitor.c", "src/x11_window.c", "src/xkb_unicode.c", + "src/posix_module.c", "src/posix_time.c", "src/posix_thread.c", "src/glx_context.c", @@ -73,11 +74,6 @@ project "GLFW" "_GLFW_WIN32", } - links - { - "Dwmapi.lib" - } - filter "configurations:Debug" runtime "Debug" symbols "on"