Make boost_system optional as boost before 1.35.0 doesn't have it and
mapnik seems to compile fine without it.
This commit is contained in:
parent
018852148c
commit
08aae2622f
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ CXX_LIBSHEADERS = [
|
|||
]
|
||||
|
||||
BOOST_LIBSHEADERS = [
|
||||
['system', 'boost/system/system_error.hpp', True], # uncomment this on Darwin + boost_1_35
|
||||
['system', 'boost/system/system_error.hpp', False],
|
||||
['filesystem', 'boost/filesystem/operations.hpp', True],
|
||||
['regex', 'boost/regex.hpp', True],
|
||||
['iostreams','boost/iostreams/device/mapped_file.hpp',True],
|
||||
|
|
Loading…
Reference in a new issue