summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 23aacb8..07e2a04 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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'):