diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/SConstruct b/server/SConstruct index bc7a5f1..ddf93ae 100644 --- a/server/SConstruct +++ b/server/SConstruct @@ -12,7 +12,7 @@ if env['PLATFORM'] == 'win32': env.Append(LINKFLAGS = ['-Wl,--enable-auto-import']) env.Append(LIBS = ['libboost_system-mgw44-mt-1_44.a', 'wsock32', 'ws2_32']) else: - env.Append(LIBS = ['boost_system', 'pthread']) + env.Append(LIBS = ['boost_system', 'boost_serialization', 'pthread']) if not GetOption('release'): env.Append(CPPFLAGS = ['-Wall', '-g']) |