Commit 33f965ce authored by nanahira's avatar nanahira

horrible glibc

parent 2d59f16d
......@@ -74,7 +74,7 @@ project "ygopro"
end
links { "X11", "Xxf86vm" }
if LINUX_ALL_STATIC then
linkoptions { LIB_ROOT.."libfreetype.a", LIB_ROOT.."libsqlite3.a" }
linkoptions { LIB_ROOT.."libfreetype.a", LIB_ROOT.."libsqlite3.a", "-static-libstdc++", "-static-libgcc" }
local libeventRootPrefix=LIB_ROOT
if LIBEVENT_ROOT then
includedirs { LIBEVENT_ROOT.."/include" }
......
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