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 325abe5..23aacb8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -4,6 +4,7 @@ env = Environment(CPPPATH = ['.'], CCFLAGS = ['-pthread'], LINKFLAGS = ['-pthrea
conf = Configure(env)
conf.CheckLib('boost_system')
+conf.CheckLib('boost_filesystem')
env = conf.Finish()
if GetOption('release'):