We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf6e1d commit 2166ec7Copy full SHA for 2166ec7
vcbuild.bat
@@ -347,7 +347,7 @@ del .gyp_configure_stamp 2> NUL
347
@rem Generate the VS project.
348
echo configure %configure_flags%
349
echo %configure_flags%> .used_configure_flags
350
-python configure %configure_flags%
+call python configure %configure_flags%
351
if errorlevel 1 goto create-msvs-files-failed
352
if not exist node.sln goto create-msvs-files-failed
353
set project_generated=1
0 commit comments