Skip to content

Commit

Permalink
build,tools,win: trim unused VCBUILD_PYTHON_LOCATION variable
Browse files Browse the repository at this point in the history
PR-URL: nodejs#41235
Refs: nodejs#18621
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
  • Loading branch information
dsanders11 authored Jan 6, 2022
1 parent 461313d commit 79b21ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/msvs/find_python.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down

0 comments on commit 79b21ee

Please sign in to comment.