fix syntax
This commit is contained in:
parent
0fa2d4aca7
commit
2533e8137f
1 changed files with 1 additions and 1 deletions
|
@ -39,9 +39,9 @@ if env['HAS_CAIRO']:
|
|||
program_env.PrependUnique(CPPPATH=env['CAIRO_CPPPATHS'])
|
||||
program_env.Append(CPPDEFINES = '-DHAVE_CAIRO')
|
||||
|
||||
boost_program_options = 'boost_program_options%s' % env['BOOST_APPEND']
|
||||
libraries = ['mapnik',boost_program_options]
|
||||
libraries.extend(copy(env['LIBMAPNIK_LIBS']))
|
||||
boost_program_options = 'boost_program_options%s' % env['BOOST_APPEND']
|
||||
if env['RUNTIME_LINK'] == 'static' and env['PLATFORM'] == 'Linux':
|
||||
libraries.append('dl')
|
||||
|
||||
|
|
Loading…
Reference in a new issue