Skip to content

Commit

Permalink
build: fix icu-small build on mac with ICU 72.1
Browse files Browse the repository at this point in the history
- RTTI is needed for genrb now
  • Loading branch information
srl295 committed Oct 26, 2022
1 parent efd3c9c commit 7ed430c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/icu/icu-generic.gyp
Expand Up @@ -419,7 +419,7 @@
'target_name': 'genrb',
'type': 'executable',
'toolsets': [ 'host' ],
'dependencies': [ 'icutools' ],
'dependencies': [ 'icutools', 'icu_implementation' ],
'sources': [
'<@(icu_src_genrb)'
],
Expand Down

0 comments on commit 7ed430c

Please sign in to comment.