Commit 35f38dd7 authored by nanahira's avatar nanahira

fix

parent fd436413
Pipeline #36827 failed with stages
in 2 minutes and 50 seconds
...@@ -118,7 +118,7 @@ if SERVER_PRO2_SUPPORT then ...@@ -118,7 +118,7 @@ if SERVER_PRO2_SUPPORT then
targetname ("AI.Server") targetname ("AI.Server")
end end
if SERVER_MODE then if SERVER_MODE then
links { "ws2_32" } links { "ws2_32", "iphlpapi" }
else else
links { "opengl32", "ws2_32", "winmm", "gdi32", "kernel32", "user32", "imm32", "Dnsapi", "iphlpapi" } links { "opengl32", "ws2_32", "winmm", "gdi32", "kernel32", "user32", "imm32", "Dnsapi", "iphlpapi" }
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment