icu linking for mapnik-index should be unneeded
This commit is contained in:
parent
82a4984f79
commit
3bb0f1748f
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ headers = env['CPPPATH']
|
|||
boost_program_options = 'boost_program_options%s' % env['BOOST_APPEND']
|
||||
boost_system = 'boost_system%s' % env['BOOST_APPEND']
|
||||
libraries = [env['MAPNIK_NAME'], boost_program_options, boost_system]
|
||||
libraries.append(env['ICU_LIB_NAME'])
|
||||
libraries.append('mapnik-json')
|
||||
libraries.append('mapnik-wkt')
|
||||
|
||||
|
|
Loading…
Reference in a new issue