mirror of
https://github.com/mapnik/mapnik.git
synced 2026-01-25 16:47:07 +00:00
scons: linking libmapnik to boost_system is required solaris in 64 bit
This commit is contained in:
parent
3fcd62f719
commit
baaf8041bb
@ -64,7 +64,7 @@ if env['XMLPARSER'] == 'libxml2':
|
||||
if env['THREADING'] == 'multi':
|
||||
libraries.append('boost_thread%s' % env['BOOST_APPEND'])
|
||||
|
||||
if env['PLATFORM'] == 'Darwin':
|
||||
if env['PLATFORM'] in ('Darwin','SunOS'):
|
||||
if env['HAS_BOOST_SYSTEM']:
|
||||
libraries.append('boost_system%s' % env['BOOST_APPEND'])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user