From 50e612417b642b1e41f834fe179e9f28d3c1c74a Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 23 Jan 2007 22:49:09 +0000 Subject: [PATCH] fixed to work with boost-1_33_1 --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 60ae24709..7e8d9ef4b 100644 --- a/SConstruct +++ b/SConstruct @@ -107,8 +107,8 @@ if env['BIDI'] : C_LIBSHEADERS.append(['fribidi','fribidi/fribidi.h',True]) BOOST_LIBSHEADERS = [ ['thread', 'boost/thread/mutex.hpp', True], - ['system', 'boost/system/system_error.hpp', True], - ['filesystem', 'boost/filesystem.hpp', True], + #['system', 'boost/system/system_error.hpp', True], + ['filesystem', 'boost/filesystem/operations.hpp', True], ['regex', 'boost/regex.hpp', True], ['program_options', 'boost/program_options.hpp', False] ]