Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build,tools,win: trim unused VCBUILD_PYTHON_LOCATION variable
  • Loading branch information
dsanders11 committed Dec 19, 2021
commit e51e09337989b0b293822af58937cd79bbb4beae
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