Ticket #18071: patch-SConstruct.diff
File patch-SConstruct.diff, 592 bytes (added by ocroquette (Olivier Croquette), 16 years ago) |
---|
-
SConstruct
old new 160 160 if env['BIDI'] : C_LIBSHEADERS.append(['fribidi','fribidi/fribidi.h',True]) 161 161 162 162 BOOST_LIBSHEADERS = [ 163 #['system', 'boost/system/system_error.hpp', True], # uncomment this on Darwin + boost_1_35163 ['system', 'boost/system/system_error.hpp', True], # uncomment this on Darwin + boost_1_35 164 164 ['filesystem', 'boost/filesystem/operations.hpp', True], 165 165 ['regex', 'boost/regex.hpp', True], 166 166 ['iostreams','boost/iostreams/device/mapped_file.hpp',True],