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: #41235
Refs: #18621
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
  • Loading branch information
dsanders11 authored and targos committed Jan 14, 2022
1 parent 93b3664 commit 2233f31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/msvs/find_python.cmd
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 2233f31

Please sign in to comment.