Skip to content

Commit 8d832f9

Browse files
committed
build: fix icu-small build on mac with ICU 72.1
- RTTI is needed for genrb now Fixes: nodejs#45174
1 parent aaed438 commit 8d832f9

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)