diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-12-27 02:07:03 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-12-27 02:07:03 +0100 |
commit | 6e376f69305dabe59362bb80051e4265c6409fe3 (patch) | |
tree | cb3ca8667e858072cd8508d7df3056e073f45d79 /SConstruct | |
parent | 9e411c8fe5f3a7b507bca0c4e132454d7d57650c (diff) |
Use boost::filesystem.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'): |