Add support for boost regex to build.

This commit is contained in:
Arthur Britto
2012-03-29 21:10:08 -07:00
parent 38c4cf254b
commit c70bf8465f

View File

@@ -31,9 +31,10 @@ for dir in ['src', 'database', 'json', 'util']:
env.ParseConfig('pkg-config --cflags --libs openssl')
env.Append(LIBS = [
'boost_system-mt',
'boost_filesystem-mt',
'boost_program_options-mt',
'boost_regex-mt',
'boost_system-mt',
'boost_thread-mt',
'protobuf',
'dl', # dynamic linking