[2.7] bpo-30450: Fall back on the old env.bat (GH-3443) · python/cpython@1911cf3 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 1911cf3
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -101,7 +101,7 @@ if exist "%GIT%" set GITProperty=/p:GIT="%GIT%" | ||
101 | 101 | |
102 | 102 | rem Setup the environment |
103 | 103 | call "%dir%find_msbuild.bat" %MSBUILD% |
104 | -if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2) | |
104 | +if ERRORLEVEL 1 (call "%dir%env.bat" && set MSBUILD=msbuild) | |
105 | 105 | |
106 | 106 | if "%kill%"=="true" call :Kill |
107 | 107 |