Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f598edb

Browse filesBrowse files
srl295RafaelGSS
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 f9bc40a commit f598edb
Copy full SHA for f598edb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎tools/icu/icu-generic.gyp‎

Copy file name to clipboardExpand all lines: tools/icu/icu-generic.gyp
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.