From dd9af06efa886153b1e2a5c994d861bf4f65b060 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 4 May 2018 17:22:03 +0200 Subject: Issue #325 Part 11: Fix up build files. --- netwerk/test/moz.build | 2 +- toolkit/components/moz.build | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/netwerk/test/moz.build b/netwerk/test/moz.build index 3df865c3a..c83cca0eb 100644 --- a/netwerk/test/moz.build +++ b/netwerk/test/moz.build @@ -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'] diff --git a/toolkit/components/moz.build b/toolkit/components/moz.build index 5dba09a32..e0b412428 100644 --- a/toolkit/components/moz.build +++ b/toolkit/components/moz.build @@ -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']; -- cgit v1.2.3