From f1d6b1400f5192ef97f84ab4fd7ce83a60168dba Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Fri, 31 Dec 2010 00:09:00 +0100 Subject: Link with soci_core on OS X too. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index c2755c5..1fb9ca4 100644 --- a/SConstruct +++ b/SConstruct @@ -3,7 +3,7 @@ AddOption('--release', action = 'store_true') env = Environment(CPPPATH = ['.'], CCFLAGS = ['-pthread'], LINKFLAGS = ['-pthread']) if env['PLATFORM'] == 'darwin': - env.Append(LIBS = ['boost_system', 'boost_filesystem', 'boost_regex', 'boost_thread', 'boost_program_options', 'mp3lame']) + env.Append(LIBS = ['boost_system', 'boost_filesystem', 'boost_regex', 'boost_thread', 'boost_program_options', 'mp3lame', 'soci_core']) else: conf = Configure(env) conf.CheckLib('boost_system-mt') -- cgit v1.2.3