mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 10:18:38 +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']
|
||||
|
|
|
|||
|
|
@ -70,8 +70,7 @@ DIRS += [
|
|||
if CONFIG['MOZ_WEBEXTENSIONS']:
|
||||
DIRS += ['webextensions']
|
||||
|
||||
if CONFIG['ENABLE_INTL_API']:
|
||||
DIRS += ['mozintl']
|
||||
DIRS += ['mozintl']
|
||||
|
||||
if not CONFIG['MOZ_FENNEC']:
|
||||
DIRS += ['narrate', 'viewsource'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue