scons: link icudata if linking statically to deps
This commit is contained in:
parent
2169bcb92f
commit
4f9c10fb05
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue