diff --git a/xmake.lua b/xmake.lua index f7756cb..4f65884 100644 --- a/xmake.lua +++ b/xmake.lua @@ -16,7 +16,7 @@ target("Tower Defense") add_links("glfw", "GL", "pthread") end if is_os("windows") then - add_links("glfw3dll", "opengl32", "ws2_32", "mingw32") + add_links("glfw3", "opengl32", "ws2_32", "mingw32", "gdi32", "imm32") end if is_mode("release") then