Commit 2ddd90f0 authored by nanahira's avatar nanahira

fix link again

parent baf5cf8f
......@@ -50,10 +50,10 @@ project "ygopro"
configuration "not windows"
includedirs { "/usr/include/freetype2" }
excludes { "COSOperator.*" }
links { "lua5.3-c++", "event_pthreads", "GL", "dl", "pthread" }
links { "event_pthreads", "GL", "dl", "pthread" }
configuration "linux"
includedirs { "../irrlicht_linux/include" }
links { "X11", "Xxf86vm" }
links { "lua5.3-c++", "X11", "Xxf86vm" }
if USE_IRRKLANG then
links { "IrrKlang" }
linkoptions{ "-Wl,-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