blob: 7d44850721fce79040bc8ee87d1df34c5aebd5b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.py.orig 2024-10-03 09:20:49 UTC
+++ configure.py
@@ -1829,7 +1829,7 @@ def configure_intl(o):
elif with_intl == 'system-icu':
# ICU from pkg-config.
o['variables']['v8_enable_i18n_support'] = 1
- pkgicu = pkg_config('icu-i18n')
+ pkgicu = pkg_config(['icu-i18n', 'icu-uc'])
if not pkgicu[0]:
error('''Could not load pkg-config data for "icu-i18n".
See above errors or the README.md.''')
|