comment out boost_system
This commit is contained in:
parent
d1a345a3d2
commit
6d83b199a4
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ 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], # uncomment this on Darwin + boost_1_35
|
||||
# ['system', 'boost/system/system_error.hpp', True], # uncomment this on Darwin + boost_1_35
|
||||
['filesystem', 'boost/filesystem/operations.hpp', True],
|
||||
['regex', 'boost/regex.hpp', True],
|
||||
['program_options', 'boost/program_options.hpp', False]
|
||||
|
|
Loading…
Reference in a new issue