mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
scons: don't link agg if runtiming linking is static
This commit is contained in:
parent
cfe49fcaf6
commit
2922a0db02
@ -70,7 +70,7 @@ if env['PLATFORM'] in ('Darwin','SunOS'):
|
||||
lib_env['LIBS'].append('boost_system%s' % env['BOOST_APPEND'])
|
||||
|
||||
|
||||
if not env['LINKING'] == 'static':
|
||||
if not env['RUNTIME_LINK'] == 'static':
|
||||
if env['INTERNAL_LIBAGG']:
|
||||
lib_env['LIBS'].insert(0, 'agg')
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user