fix logic around icudata linking
This commit is contained in:
parent
4f9c10fb05
commit
0787fa242e
1 changed files with 2 additions and 2 deletions
|
@ -70,10 +70,10 @@ if env['THREADING'] == 'multi':
|
|||
lib_env['LIBS'].append('boost_thread%s' % env['BOOST_APPEND'])
|
||||
|
||||
|
||||
|
||||
if not env['RUNTIME_LINK'] == 'static':
|
||||
if env['RUNTIME_LINK'] == 'static':
|
||||
if 'icuuc' in env['ICU_LIB_NAME']:
|
||||
lib_env['LIBS'].append('icudata')
|
||||
else:
|
||||
if env['INTERNAL_LIBAGG']:
|
||||
lib_env['LIBS'].insert(0, 'agg')
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue