mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Issue #325 Part 2: Build ICUUtils unconditionally.
This commit is contained in:
parent
1af1f5b3a3
commit
6008e3c1f5
4 changed files with 2 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue