Skip to content

Commit 2233f31

Browse files
dsanders11targos
authored andcommitted
build,tools,win: trim unused VCBUILD_PYTHON_LOCATION variable
PR-URL: #41235 Refs: #18621 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 93b3664 commit 2233f31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/msvs/find_python.cmd

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ echo Python found in %p%\python.exe
4949
endlocal ^
5050
& set "pt=%p%" ^
5151
& set "need_path_ext=%need_path%"
52-
set "VCBUILD_PYTHON_LOCATION=%pt%\python.exe"
5352
if %need_path_ext%==1 set "PATH=%pt%;%PATH%"
5453
set "pt="
5554
set "need_path_ext="

0 commit comments

Comments
 (0)