diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-04 12:08:48 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-04 15:50:01 +0200 |
commit | a2652e5bc46b411f894d0a343f6ea6a83f07e3e2 (patch) | |
tree | 0dc3797117bfb9a02f7f1615c46eebc9b717b3b6 /js/src/shell/moz.build | |
parent | 58751cc2ad952d73754fcf6bd894af865074ede6 (diff) | |
download | UXP-a2652e5bc46b411f894d0a343f6ea6a83f07e3e2.tar UXP-a2652e5bc46b411f894d0a343f6ea6a83f07e3e2.tar.gz UXP-a2652e5bc46b411f894d0a343f6ea6a83f07e3e2.tar.lz UXP-a2652e5bc46b411f894d0a343f6ea6a83f07e3e2.tar.xz UXP-a2652e5bc46b411f894d0a343f6ea6a83f07e3e2.zip |
Issue #325 Part 5: Remove non-Intl legacy code paths from js.
Diffstat (limited to 'js/src/shell/moz.build')
-rw-r--r-- | js/src/shell/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/shell/moz.build b/js/src/shell/moz.build index 72ea8145c..e18bad238 100644 --- a/js/src/shell/moz.build +++ b/js/src/shell/moz.build @@ -36,7 +36,7 @@ LOCAL_INCLUDES += [ OS_LIBS += CONFIG['EDITLINE_LIBS'] OS_LIBS += CONFIG['MOZ_ZLIB_LIBS'] -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'] |