Skip to content

Commit 5673a54

Browse 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 d03b89e commit 5673a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ del .gyp_configure_stamp 2> NUL
356356
@rem Generate the VS project.
357357
echo configure %configure_flags%
358358
echo %configure_flags%> .used_configure_flags
359-
python configure %configure_flags%
359+
call python configure %configure_flags%
360360
if errorlevel 1 goto create-msvs-files-failed
361361
if not exist node.sln goto create-msvs-files-failed
362362
set project_generated=1

0 commit comments

Comments
 (0)