Commit 2d59f16d authored by nanahira's avatar nanahira

still a little strange

parent 994e5775
...@@ -59,7 +59,10 @@ project "ygopro" ...@@ -59,7 +59,10 @@ project "ygopro"
configuration "not windows" configuration "not windows"
includedirs { "/usr/include/freetype2" } includedirs { "/usr/include/freetype2" }
excludes { "COSOperator.*" } excludes { "COSOperator.*" }
links { "event_pthreads" , "dl", "pthread" } links { "dl", "pthread" }
if not LINUX_ALL_STATIC then
links { "event_pthreads" }
end
configuration { "not windows", "not macosx" } configuration { "not windows", "not macosx" }
links "GL" links "GL"
configuration "linux" configuration "linux"
......
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