remove iostreams linkage, no longer used
This commit is contained in:
parent
5bff82dde7
commit
78fe0364b9
1 changed files with 1 additions and 2 deletions
|
@ -37,9 +37,8 @@ source = Split(
|
|||
headers = env['CPPPATH']
|
||||
|
||||
boost_program_options = 'boost_program_options%s' % env['BOOST_APPEND']
|
||||
boost_iostreams = 'boost_iostreams%s' % env['BOOST_APPEND']
|
||||
boost_filesystem = 'boost_filesystem%s' % env['BOOST_APPEND']
|
||||
libraries = [boost_program_options,boost_iostreams,boost_filesystem,'mapnik2']
|
||||
libraries = [boost_program_options,boost_filesystem,'mapnik2']
|
||||
|
||||
boost_system = 'boost_system%s' % env['BOOST_APPEND']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue