fix windows build
This commit is contained in:
@@ -16,7 +16,7 @@ target("Tower Defense")
|
|||||||
add_links("glfw", "GL", "pthread")
|
add_links("glfw", "GL", "pthread")
|
||||||
end
|
end
|
||||||
if is_os("windows") then
|
if is_os("windows") then
|
||||||
add_links("glfw3dll", "opengl32", "ws2_32", "mingw32")
|
add_links("glfw3", "opengl32", "ws2_32", "mingw32", "gdi32", "imm32")
|
||||||
end
|
end
|
||||||
|
|
||||||
if is_mode("release") then
|
if is_mode("release") then
|
||||||
|
|||||||
Reference in New Issue
Block a user