diff options
author | Moonchild <moonchild@palemoon.org> | 2021-03-31 11:54:20 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-03-31 11:54:20 +0000 |
commit | 1271dbeaf373d8f32bb8c0bac1555d8019fd0895 (patch) | |
tree | e3b907e2b22734e5b8a0c4042e3fbdcbbb446212 /intl/update-icu.sh | |
parent | 2953a5b1a1f73cc6defe27e414069cd78befcaa0 (diff) | |
download | uxp-1271dbeaf373d8f32bb8c0bac1555d8019fd0895.tar.gz |
Issue #1756 - Initial wrapped implementation in C++
Diffstat (limited to 'intl/update-icu.sh')
-rwxr-xr-x | intl/update-icu.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intl/update-icu.sh b/intl/update-icu.sh index 4983b66707..0662c57c9e 100755 --- a/intl/update-icu.sh +++ b/intl/update-icu.sh @@ -72,6 +72,7 @@ for patch in \ bug-1198952-workaround-make-3.82-bug.diff \ bug-1228227-bug-1263325-libc++-gcc_hidden.diff \ ucol_getKeywordValuesForLocale-ulist_resetList.diff \ + unum_formatDoubleForFields.diff \ ; do echo "Applying local patch $patch" patch -d ${icu_dir}/../../ -p1 --no-backup-if-mismatch < ${icu_dir}/../icu-patches/$patch |