Skip to content

Commit 95978f3

Browse files
Trotttargos
authored andcommitted
build: do not disable inspector when intl is disabled
1 parent 7796692 commit 95978f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
action='store_const',
572572
dest='with_intl',
573573
const='none',
574-
help='Disable Intl, same as --with-intl=none (disables inspector)')
574+
help='Disable Intl, same as --with-intl=none')
575575

576576
intl_optgroup.add_argument('--with-icu-path',
577577
action='store',
@@ -1924,7 +1924,6 @@ def icu_download(path):
19241924

19251925
def configure_inspector(o):
19261926
disable_inspector = (options.without_inspector or
1927-
options.with_intl in (None, 'none') or
19281927
options.without_ssl)
19291928
o['variables']['v8_enable_inspector'] = 0 if disable_inspector else 1
19301929

0 commit comments

Comments
 (0)