diff options
| author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-12-27 20:48:35 +0100 |
|---|---|---|
| committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-12-27 20:48:35 +0100 |
| commit | 1a8f351248c38445189a397035e8a2cb3182ea6a (patch) | |
| tree | 507c96dc5fc1e158f799cdeb13cfab382a7a0534 /SConstruct | |
| parent | 263097e22bdf0a56007644e4d19605371dc79a8f (diff) | |
Added HTTPRequest and HTTPResponse classes.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ env = Environment(CPPPATH = ['.'], CCFLAGS = ['-pthread'], LINKFLAGS = ['-pthrea conf = Configure(env) conf.CheckLib('boost_system') conf.CheckLib('boost_filesystem') +conf.CheckLib('boost_regex') env = conf.Finish() if GetOption('release'): |
