build: use call command when calling python configure

PR-URL: https://github.com/nodejs/node/pull/60098
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
Jacob Nichols 2025-10-21 05:21:33 -05:00 committed by GitHub
parent 82fc81c26d
commit 94cbb77582
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -353,7 +353,7 @@ del .gyp_configure_stamp 2> NUL
@rem Generate the VS project. @rem Generate the VS project.
echo configure %configure_flags% echo configure %configure_flags%
echo %configure_flags%> .used_configure_flags echo %configure_flags%> .used_configure_flags
python configure %configure_flags% call python configure %configure_flags%
if errorlevel 1 goto create-msvs-files-failed if errorlevel 1 goto create-msvs-files-failed
if not exist node.sln goto create-msvs-files-failed if not exist node.sln goto create-msvs-files-failed
set project_generated=1 set project_generated=1