mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	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.
This commit is contained in:
		
							parent
							
								
									44ed4db955
								
							
						
					
					
						commit
						b1386772b5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,3 @@
 | 
			
		|||
@rem Used by the buildbot "compile" step.
 | 
			
		||||
call "%VS71COMNTOOLS%vsvars32.bat"
 | 
			
		||||
devenv.com /build Debug PCbuild\pcbuild.sln
 | 
			
		||||
devenv.com /useenv /build Debug PCbuild\pcbuild.sln
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue