Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7899dbf

Browse filesBrowse files
TrottMylesBorins
authored andcommitted
build: do not disable inspector when intl is disabled
PR-URL: #37954 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent c2d735e commit 7899dbf
Copy full SHA for 7899dbf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Open diff view settings
Collapse file

‎configure.py‎

Copy file name to clipboardExpand all lines: configure.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@
577577
action='store_const',
578578
dest='with_intl',
579579
const='none',
580-
help='Disable Intl, same as --with-intl=none (disables inspector)')
580+
help='Disable Intl, same as --with-intl=none')
581581

582582
intl_optgroup.add_argument('--with-icu-path',
583583
action='store',
@@ -1934,7 +1934,6 @@ def icu_download(path):
19341934

19351935
def configure_inspector(o):
19361936
disable_inspector = (options.without_inspector or
1937-
options.with_intl in (None, 'none') or
19381937
options.without_ssl)
19391938
o['variables']['v8_enable_inspector'] = 0 if disable_inspector else 1
19401939

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.