rundemo.cpp - no need to link to boost_program_options - closes #1406
This commit is contained in:
parent
aee29b27ed
commit
6c254999ae
1 changed files with 1 additions and 2 deletions
|
@ -40,8 +40,7 @@ if env['HAS_CAIRO']:
|
|||
demo_env.Append(CXXFLAGS = '-DHAVE_CAIRO')
|
||||
|
||||
libraries = copy(env['LIBMAPNIK_LIBS'])
|
||||
boost_program_options = 'boost_program_options%s' % env['BOOST_APPEND']
|
||||
libraries.extend([boost_program_options,'mapnik'])
|
||||
libraries.append('mapnik')
|
||||
|
||||
rundemo = demo_env.Program('rundemo', source, LIBS=libraries, LINKFLAGS=env["CUSTOM_LDFLAGS"])
|
||||
|
||||
|
|
Loading…
Reference in a new issue