Commit cc97b157 authored by mercury233's avatar mercury233

revert for old server

parent c7fc5e34
Pipeline #37130 passed with stages
in 2 minutes and 33 seconds
......@@ -144,6 +144,9 @@ end
if not SERVER_MODE then
links { "GL", "X11", "Xxf86vm" }
linkoptions { "-fopenmp" }
end
if SERVER_MODE then -- support old gcc
links { "pthread", "dl" }
end
if USE_AUDIO and AUDIO_LIB == "irrklang" then
links { "IrrKlang" }
......
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