mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Issue #325 Part 11: Fix up build files.
This commit is contained in:
parent
b8114dcbc0
commit
6b2478e225
2 changed files with 2 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ RESOURCE_FILES += [
|
|||
|
||||
USE_LIBS += ['static:js']
|
||||
|
||||
if CONFIG['ENABLE_INTL_API'] and CONFIG['MOZ_ICU_DATA_ARCHIVE']:
|
||||
if CONFIG['MOZ_ICU_DATA_ARCHIVE']:
|
||||
# The ICU libraries linked into libmozjs will not include the ICU data,
|
||||
# so link it directly.
|
||||
USE_LIBS += ['icudata']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue