diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-05 23:16:58 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-06 19:15:12 +0200 |
commit | dd506c896f9c99dbeb2d277b3da735fbd6e76761 (patch) | |
tree | 06cfee0228c2c09f5671e87061b268872c491dfa /build | |
parent | f8588a2e8678df6d7958562337a279e911c8bedb (diff) | |
download | UXP-dd506c896f9c99dbeb2d277b3da735fbd6e76761.tar UXP-dd506c896f9c99dbeb2d277b3da735fbd6e76761.tar.gz UXP-dd506c896f9c99dbeb2d277b3da735fbd6e76761.tar.lz UXP-dd506c896f9c99dbeb2d277b3da735fbd6e76761.tar.xz UXP-dd506c896f9c99dbeb2d277b3da735fbd6e76761.zip |
Issue #1451 - Split out ICU data file on Windows
This reduces the xul.dll size by 11 MB
Diffstat (limited to 'build')
-rw-r--r-- | build/autoconf/icu.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4 index b5111598c..090d6c0a2 100644 --- a/build/autoconf/icu.m4 +++ b/build/autoconf/icu.m4 @@ -38,7 +38,7 @@ if test -n "$USE_ICU"; then dnl We also don't do it on Windows because sometimes the file goes dnl missing -- possibly due to overzealous antivirus software? -- dnl which prevents the browser from starting up :( - if test -z "$JS_STANDALONE" -a "$OS_TARGET" != WINNT -a "$MOZ_WIDGET_TOOLKIT" != "android"; then + if test -z "$JS_STANDALONE"; then MOZ_ICU_DATA_ARCHIVE=1 else MOZ_ICU_DATA_ARCHIVE= |