Skip to content

Commit

Permalink
Fix windows build path
Browse files Browse the repository at this point in the history
  • Loading branch information
jakefawson1 committed Oct 3, 2024
1 parent 9085c40 commit 03d7718
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/windows/build_tools.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@
:found_msbuild_executable

:: Locate nmake.exe
set NMAKE_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\bin\Hostx64\x64\nmake.exe"
if exist %NMAKE_EXECUTABLE% goto found_nmake_executable
set NMAKE_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\bin\Hostx64\x64\nmake.exe"
if exist %NMAKE_EXECUTABLE% goto found_nmake_executable
set NMAKE_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\bin\Hostx64\x64\nmake.exe"
if exist %NMAKE_EXECUTABLE% goto found_nmake_executable
set NMAKE_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\Hostx64\x64\nmake.exe"
if exist %NMAKE_EXECUTABLE% goto found_nmake_executable
set NMAKE_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx64\x64\nmake.exe"
if exist %NMAKE_EXECUTABLE% goto found_nmake_executable
set NMAKE_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\VC\Tools\MSVC\14.41.34120\bin\Hostx64\x64\nmake.exe"
if exist %NMAKE_EXECUTABLE% goto found_nmake_executable
set NMAKE_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\VC\Tools\MSVC\14.32.31326\bin\Hostx64\x64\nmake.exe"
if exist %NMAKE_EXECUTABLE% goto found_nmake_executable
Expand Down

0 comments on commit 03d7718

Please sign in to comment.