Skip to content

Commit abcc034

Browse files
srl295danielleadams
authored andcommitted
build: fix icu-small build with ICU 72.1
- RTTI is needed for genrb now. Fixes: #45174 PR-URL: #45195 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 7b8380d commit abcc034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/icu/icu-generic.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
'target_name': 'genrb',
420420
'type': 'executable',
421421
'toolsets': [ 'host' ],
422-
'dependencies': [ 'icutools' ],
422+
'dependencies': [ 'icutools', 'icu_implementation' ],
423423
'sources': [
424424
'<@(icu_src_genrb)'
425425
],

0 commit comments

Comments
 (0)