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 9310284

Browse filesBrowse files
ZenMasterJacob20011aduh95
authored andcommitted
build: use call command when calling python configure
PR-URL: #60098 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent aacfc0d commit 9310284
Copy full SHA for 9310284

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎vcbuild.bat‎

Copy file name to clipboardExpand all lines: vcbuild.bat
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ del .gyp_configure_stamp 2> NUL
353353
@rem Generate the VS project.
354354
echo configure %configure_flags%
355355
echo %configure_flags%> .used_configure_flags
356-
python configure %configure_flags%
356+
call python configure %configure_flags%
357357
if errorlevel 1 goto create-msvs-files-failed
358358
if not exist node.sln goto create-msvs-files-failed
359359
set project_generated=1

0 commit comments

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