mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
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:
parent
82fc81c26d
commit
94cbb77582
|
|
@ -353,7 +353,7 @@ del .gyp_configure_stamp 2> NUL
|
|||
@rem Generate the VS project.
|
||||
echo configure %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 not exist node.sln goto create-msvs-files-failed
|
||||
set project_generated=1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user