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 aacfc0d commit 9310284Copy full SHA for 9310284
vcbuild.bat
@@ -353,7 +353,7 @@ del .gyp_configure_stamp 2> NUL
353
@rem Generate the VS project.
354
echo configure %configure_flags%
355
echo %configure_flags%> .used_configure_flags
356
-python configure %configure_flags%
+call python configure %configure_flags%
357
if errorlevel 1 goto create-msvs-files-failed
358
if not exist node.sln goto create-msvs-files-failed
359
set project_generated=1
0 commit comments