mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
scons: link icudata if linking statically to deps
This commit is contained in:
parent
2169bcb92f
commit
4f9c10fb05
@ -72,6 +72,8 @@ if env['THREADING'] == 'multi':
|
||||
|
||||
|
||||
if not env['RUNTIME_LINK'] == 'static':
|
||||
if 'icuuc' in env['ICU_LIB_NAME']:
|
||||
lib_env['LIBS'].append('icudata')
|
||||
if env['INTERNAL_LIBAGG']:
|
||||
lib_env['LIBS'].insert(0, 'agg')
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user