From 94cbb7758282bf5db837412f7cb3698f17ac1af3 Mon Sep 17 00:00:00 2001 From: Jacob Nichols <32579287+ZenMasterJacob20011@users.noreply.github.com> Date: Tue, 21 Oct 2025 05:21:33 -0500 Subject: [PATCH] build: use call command when calling python configure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/60098 Reviewed-By: Marco Ippolito Reviewed-By: Stefan Stojanovic Reviewed-By: Ulises Gascón --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcbuild.bat b/vcbuild.bat index ece8f222ad..672479614c 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -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