Commit 6daf6771 authored by mercury233's avatar mercury233

Merge branch 'patch-premake-update' of https://github.com/Fluorohydride/ygopro

parents aa8139c6 97d03e13
Pipeline #11607 failed with stages
in 4 minutes and 21 seconds
......@@ -64,7 +64,7 @@ project "YGOPro"
filter "not action:vs*"
buildoptions { "-std=c++14", "-fno-rtti" }
filter "not system:windows"
links { "event_pthreads", "dl", "pthread", "X11" }
links { "event_pthreads", "dl", "pthread" }
filter "system:macosx"
links { "z" }
defines { "GL_SILENCE_DEPRECATION" }
......@@ -76,7 +76,7 @@ project "YGOPro"
links { "irrklang" }
end
filter "system:linux"
links { "GL", "Xxf86vm" }
links { "GL", "X11", "Xxf86vm" }
if USE_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