commit | 1911cf3dd2ae67d600c166ba52872fdcf3e85824 | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Fri Sep 08 11:21:06 2017 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 08 11:21:06 2017 -0700 |
tree | 41f8a5aeb60a2639cb8c19b4f6acc6d4458d0787 | |
parent | b9a860f3bf80b0d4a6c25d0f2f6ef849d9bf3594 [diff] |
[2.7] bpo-30450: Fall back on the old env.bat (GH-3443)
diff --git a/PCbuild/build.bat b/PCbuild/build.bat index 13da4be..b263ec7 100644 --- a/PCbuild/build.bat +++ b/PCbuild/build.bat
@@ -101,7 +101,7 @@ rem Setup the environment call "%dir%find_msbuild.bat" %MSBUILD% -if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2) +if ERRORLEVEL 1 (call "%dir%env.bat" && set MSBUILD=msbuild) if "%kill%"=="true" call :Kill