Commit ec39e784 authored by nanahira's avatar nanahira

Merge branch 'master' into server

parents a9a27afe d596a81a
Pipeline #41418 canceled with stages
in 9 seconds
......@@ -167,6 +167,9 @@ end
filter "system:linux"
links { "dl", "pthread" }
linkoptions { "-static-libstdc++", "-static-libgcc" }
if OCGCORE_DYNAMIC then
linkoptions { "-Wl,-rpath=./" }
end
if not SERVER_MODE then
links { "GL", "X11", "Xxf86vm" }
linkoptions { "-fopenmp" }
......
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