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 <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
pull/41423/head
David Sanders 2022-01-06 07:24:36 -08:00 committed by GitHub
parent 461313d608
commit 79b21eead2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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="