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