diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-12-31 00:09:00 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-12-31 00:09:00 +0100 |
commit | f1d6b1400f5192ef97f84ab4fd7ce83a60168dba (patch) | |
tree | b59c7e4b6d311b15dde45f7ada0cebc697208c71 /SConstruct | |
parent | f8f3ac8e1b80ac9263940ace3028467c636e6004 (diff) |
Link with soci_core on OS X too.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |