Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b138677

Browse files
author
Trent Mick
committed
Adding the /useenv means that one's PATH actually gets through. This is
important for the _ssl.vproj build. It calls build_ssl.py which tries to find a Perl to use. Without "/useenv" Visual Studio is getting a PATH from somewhere else (presumably from its internal environment configuration). The result is that build_ssl.py fallsback to its "well-known" locations for a Perl install.
1 parent 44ed4db commit b138677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/buildbot/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@rem Used by the buildbot "compile" step.
22
call "%VS71COMNTOOLS%vsvars32.bat"
3-
devenv.com /build Debug PCbuild\pcbuild.sln
3+
devenv.com /useenv /build Debug PCbuild\pcbuild.sln

0 commit comments

Comments
 (0)