Skip to content

Commit

Permalink
Remove dwmapi linking, compile posix_module.c as well for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousPtr committed Dec 28, 2022
1 parent a36f9a6 commit 07df3a2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -73,11 +74,6 @@ project "GLFW"
"_GLFW_WIN32",
}

links
{
"Dwmapi.lib"
}

filter "configurations:Debug"
runtime "Debug"
symbols "on"
Expand Down

0 comments on commit 07df3a2

Please sign in to comment.