We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cd712 commit ff07aa7Copy full SHA for ff07aa7
configure.py
@@ -588,7 +588,7 @@
588
action='store_const',
589
dest='with_intl',
590
const='none',
591
- help='Disable Intl, same as --with-intl=none (disables inspector)')
+ help='Disable Intl, same as --with-intl=none')
592
593
intl_optgroup.add_argument('--with-icu-path',
594
action='store',
@@ -1977,7 +1977,6 @@ def icu_download(path):
1977
1978
def configure_inspector(o):
1979
disable_inspector = (options.without_inspector or
1980
- options.with_intl in (None, 'none') or
1981
options.without_ssl)
1982
o['variables']['v8_enable_inspector'] = 0 if disable_inspector else 1
1983
0 commit comments