Skip to content

Commit 9310284

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 aacfc0d commit 9310284

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
@@ -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)