Commit d596a81a authored by nanahira's avatar nanahira

fix linux ocgcore rpath

parent f80fa0c9
Pipeline #41417 canceled with stages
in 13 seconds
......@@ -111,6 +111,9 @@ project "YGOPro"
filter "system:linux"
links { "GL", "X11", "Xxf86vm", "dl", "pthread" }
linkoptions { "-fopenmp", "-static-libstdc++", "-static-libgcc" }
if OCGCORE_DYNAMIC then
linkoptions { "-Wl,-rpath=./" }
end
if USE_AUDIO and AUDIO_LIB == "irrklang" then
links { "IrrKlang" }
linkoptions{ IRRKLANG_LINK_RPATH }
......
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