Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSteven R. Loomis <srl295@gmail.com>2022-10-27 22:04:48 +0300
committerGitHub <noreply@github.com>2022-10-27 22:04:48 +0300
commit8fdac2056aaef3f4b45ace08e5d010c4355ace28 (patch)
tree686cc667c68b896596bac8f2588d50bf09f07e3a /tools
parent09cbb66f04ced855097427b05fb6e2c93e1ad2db (diff)
build: fix icu-small build with ICU 72.1
- RTTI is needed for genrb now. Fixes: https://github.com/nodejs/node/issues/45174 PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'tools')
-rw-r--r--tools/icu/icu-generic.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/icu/icu-generic.gyp b/tools/icu/icu-generic.gyp
index 3e830aa097e..7c22e72a52b 100644
--- a/tools/icu/icu-generic.gyp
+++ b/tools/icu/icu-generic.gyp
@@ -419,7 +419,7 @@
'target_name': 'genrb',
'type': 'executable',
'toolsets': [ 'host' ],
- 'dependencies': [ 'icutools' ],
+ 'dependencies': [ 'icutools', 'icu_implementation' ],
'sources': [
'<@(icu_src_genrb)'
],