mirror of https://github.com/nodejs/node.git
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
parent
461313d608
commit
79b21eead2
|
@ -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="
|
||||
|
|
Loading…
Reference in New Issue