From 2233f3106938b9145e2e81bd37b865a2734cbf17 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 6 Jan 2022 07:24:36 -0800 Subject: [PATCH] build,tools,win: trim unused VCBUILD_PYTHON_LOCATION variable PR-URL: https://github.com/nodejs/node/pull/41235 Refs: https://github.com/nodejs/node/pull/18621 Reviewed-By: Darshan Sen Reviewed-By: James M Snell Reviewed-By: Richard Lau --- tools/msvs/find_python.cmd | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/msvs/find_python.cmd b/tools/msvs/find_python.cmd index 671fcbd7e58c03..8554d026cd4e3b 100644 --- a/tools/msvs/find_python.cmd +++ b/tools/msvs/find_python.cmd @@ -49,7 +49,6 @@ echo Python found in %p%\python.exe endlocal ^ & set "pt=%p%" ^ & set "need_path_ext=%need_path%" -set "VCBUILD_PYTHON_LOCATION=%pt%\python.exe" if %need_path_ext%==1 set "PATH=%pt%;%PATH%" set "pt=" set "need_path_ext="