Skip to content

Commit

Permalink
Maintenance
Browse files Browse the repository at this point in the history
Reverted vsvars. It seems correct file breaks the build
  • Loading branch information
scottrules44 authored and Shchvova committed Sep 20, 2021
1 parent 3bb0a68 commit 19e8181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/windows/Build.Tools/VSVars.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ for %%V in ("%VS120COMNTOOLS%vsvars32.bat"
,"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
) do (
where signtool >nul 2>nul
if !errorlevel! neq 0 if exist %%V (
if %errorlevel% neq 0 if exist %%V (
echo Using %%V
call %%V
)
Expand Down

0 comments on commit 19e8181

Please sign in to comment.