Issue #325 Part 2: Build ICUUtils unconditionally.

This commit is contained in:
wolfbeast 2018-05-04 10:27:50 +02:00 • committed by Roy Tam
commit 6008e3c1f5
4 changed files with 2 additions and 16 deletions

View file

@ -39,7 +39,6 @@ if CONFIG['_MSC_VER']:
CFLAGS += ['-Zl']
CXXFLAGS += ['-Zl']
if CONFIG['ENABLE_INTL_API']:
USE_LIBS += ['icu']
USE_LIBS += ['icu']
DIST_INSTALL = True