Issue #325 Part 11: Fix up build files.

This commit is contained in:
wolfbeast 2018-05-04 17:22:03 +02:00 committed by Roy Tam
commit 6b2478e225
2 changed files with 2 additions and 3 deletions

View file

@ -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']

View file

@ -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'];