Commit 110ed911 authored by nanahira's avatar nanahira

Merge branch 'server' into full-view

parents 2abe3eb9 b8b66ef8
...@@ -46,7 +46,7 @@ project "ygopro" ...@@ -46,7 +46,7 @@ project "ygopro"
links { "lua5.3-c++" } links { "lua5.3-c++" }
end end
if LINUX_ALL_STATIC then if LINUX_ALL_STATIC then
linkoptions { LIB_ROOT.."libsqlite3.a" } linkoptions { LIB_ROOT.."libsqlite3.a", "-static-libstdc++", "-static-libgcc" }
local libeventRootPrefix=LIB_ROOT local libeventRootPrefix=LIB_ROOT
if LIBEVENT_ROOT then if LIBEVENT_ROOT then
includedirs { LIBEVENT_ROOT.."/include" } 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