Skip to content

Commit a0b35bf

Browse files
mhdawsonrvagg
authored andcommitted
i18n: add caller to removal list for bidi in ICU55
For ICU 55 we are currently stripping out bidi and the callers. AIX is more pedantic and identified an additional caller than needed to be stripped out. This PR adds that caller to those stripped out. PR-URL: #3115 Reviewed-By: Steven Loomis <[email protected]>
1 parent c7161f3 commit a0b35bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/icu/icu-generic.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@
396396
'../../deps/icu/source/common/ushape.cpp',
397397
'../../deps/icu/source/common/usprep.cpp',
398398
'../../deps/icu/source/common/uts46.cpp',
399+
'../../deps/icu/source/common/uidna.cpp',
399400
]}],
400401
[ 'OS == "solaris"', { 'defines': [
401402
'_XOPEN_SOURCE_EXTENDED=0',

0 commit comments

Comments
 (0)