We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f371e commit ea44d36Copy full SHA for ea44d36
1 file changed
configure
@@ -1103,6 +1103,7 @@ def configure_intl(o):
1103
# always set icu_small, node.gyp depends on it being defined.
1104
o['variables']['icu_small'] = b(False)
1105
1106
+ options.with_intl = 'none';
1107
with_intl = options.with_intl
1108
with_icu_source = options.with_icu_source
1109
have_icu_path = bool(options.with_icu_path)
0 commit comments