Skip to content

Commit

Permalink
Use hard coded path for windows to make CI work
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 13, 2024
1 parent dad9000 commit a2a2f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_sdk_windows_MSVC_cmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ echo ************************************
echo *** Configure MSVC environment ***
echo ************************************

call vcvarsall.bat x86_amd64
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
if %ERRORLEVEL% NEQ 0 goto ERROR_HANDLER
echo configuring was successful

Expand Down

0 comments on commit a2a2f00

Please sign in to comment.