mapnik-index - add another -lmapnik
This commit is contained in:
parent
5381d12f0d
commit
559c087c9a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ headers = env['CPPPATH']
|
|||
|
||||
boost_program_options = 'boost_program_options%s' % env['BOOST_APPEND']
|
||||
boost_system = 'boost_system%s' % env['BOOST_APPEND']
|
||||
libraries = [boost_program_options, boost_system]
|
||||
libraries = [env['MAPNIK_NAME'], boost_program_options, boost_system]
|
||||
# need on linux: https://github.com/mapnik/mapnik/issues/3145
|
||||
libraries.append('mapnik-json')
|
||||
libraries.append('mapnik-wkt')
|
||||
|
|
Loading…
Reference in a new issue