scons: link icudata if linking statically to deps

This commit is contained in:
Dane Springmeyer 2011-11-02 13:55:18 -04:00
parent 2169bcb92f
commit 4f9c10fb05

View file

@ -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: