summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorYagiz Nizipli <yagiz@nizipli.com>2023-03-31 09:04:03 -0400
committerRich Trott <rtrott@gmail.com>2023-04-05 09:05:29 -0700
commitead407915e510014e5294dd4446e29d8f3f04bdc (patch)
tree612d448db91ec392040dfc2f18526dbee69ed41c /deps
parent3867641c1430ae78786243b47dcb2e779f54092c (diff)
downloadnode-new-ead407915e510014e5294dd4446e29d8f3f04bdc.tar.gz
url: drop ICU requirement for parsing hostnames
PR-URL: https://github.com/nodejs/node/pull/47339 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'deps')
-rw-r--r--deps/ada/ada.gyp18
1 files changed, 1 insertions, 17 deletions
diff --git a/deps/ada/ada.gyp b/deps/ada/ada.gyp
index 9e21432287..55cea0033e 100644
--- a/deps/ada/ada.gyp
+++ b/deps/ada/ada.gyp
@@ -11,23 +11,7 @@
'direct_dependent_settings': {
'include_dirs': ['.'],
},
- 'sources': [ '<@(ada_sources)' ],
- 'conditions': [
- ['v8_enable_i18n_support==0', {
- 'defines': ['ADA_HAS_ICU=0'],
- }],
- ['v8_enable_i18n_support==1', {
- 'dependencies': [
- '<(icu_gyp_path):icui18n',
- '<(icu_gyp_path):icuuc',
- ],
- }],
- ['OS=="win" and v8_enable_i18n_support==1', {
- 'dependencies': [
- '<(icu_gyp_path):icudata',
- ],
- }],
- ]
+ 'sources': [ '<@(ada_sources)' ]
},
]
}