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
  • Loading branch information
dsanders11 committed Dec 19, 2021
1 parent 26d2f0b commit cc15509
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 cc15509

Please sign in to comment.