Ticket #18071: patch-SConstruct.diff

File patch-SConstruct.diff, 592 bytes (added by ocroquette (Olivier Croquette), 15 years ago)

files/patch-SConstruct.diff

  • SConstruct

    old new  
    160160if env['BIDI'] : C_LIBSHEADERS.append(['fribidi','fribidi/fribidi.h',True])
    161161
    162162BOOST_LIBSHEADERS = [
    163     # ['system', 'boost/system/system_error.hpp', True], # uncomment this on Darwin + boost_1_35
     163    ['system', 'boost/system/system_error.hpp', True], # uncomment this on Darwin + boost_1_35
    164164    ['filesystem', 'boost/filesystem/operations.hpp', True],
    165165    ['regex', 'boost/regex.hpp', True],
    166166    ['iostreams','boost/iostreams/device/mapped_file.hpp',True],