Skip to content

Commit 6e06f0e

Browse files
committed
fixup: add icu dependency
1 parent 9217528 commit 6e06f0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/v8_gypfiles/v8.gyp

+8
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,14 @@
272272
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/wasm-to-js-tq-csa.h',
273273
'<(SHARED_INTERMEDIATE_DIR)/torque-generated/src/builtins/wasm-to-js-tq-csa.cc',
274274
],
275+
'conditions': [
276+
['v8_enable_i18n_support==1', {
277+
'dependencies': [
278+
'<(icu_gyp_path):icui18n',
279+
'<(icu_gyp_path):icuuc',
280+
],
281+
}],
282+
],
275283
}, # v8_initializers_slow
276284
{
277285
'target_name': 'v8_initializers',

0 commit comments

Comments
 (0)