Skip to content

Commit

Permalink
Build Equinox launcher binaries with MSVC 2022
Browse files Browse the repository at this point in the history
Remove the MSVC search path specific for the Eclipse Releng Jenkins
instance and MSVC 2019.
  • Loading branch information
HannesWell committed Jul 22, 2024
1 parent 95971b5 commit f8dadcf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ if "%MSVC_VERSION%"=="" set "MSVC_VERSION=auto"
rem Search for a usable Visual Studio
rem ---------------------------------
if "%MSVC_HOME%"=="" echo "'MSVC_HOME' was not provided, auto-searching for Visual Studio..."
rem Bug 574007: Path used on Azure build machines
if "%MSVC_HOME%"=="" call :FindVisualStudio "%ProgramFiles(x86)%\Microsoft Visual Studio\$MSVC_VERSION$\BuildTools"
rem Bug 578519: Common installation paths; VisualStudio is installed in x64 ProgramFiles since VS2022
if "%MSVC_HOME%"=="" call :FindVisualStudio "%ProgramFiles%\Microsoft Visual Studio\$MSVC_VERSION$\$MSVC_EDITION$"
if "%MSVC_HOME%"=="" call :FindVisualStudio "%ProgramFiles(x86)%\Microsoft Visual Studio\$MSVC_VERSION$\$MSVC_EDITION$"
Expand Down

0 comments on commit f8dadcf

Please sign in to comment.