Skip to content

Commit

Permalink
chore: fix bad vs2022 path
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored May 15, 2024
1 parent 23be0e3 commit 7be6095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/windows/build.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@echo off

set BUILD_ARCHIVE_NAME=casparcg_server
set BUILD_VCVARSALL=C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat
set BUILD_VCVARSALL=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat
set BUILD_7ZIP=C:\Program Files\7-Zip\7z.exe

@REM Github Actions has Enterprise available
if DEFINED CI set BUILD_VCVARSALL=C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat
if DEFINED CI set BUILD_VCVARSALL=C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat

:: Clean and enter shadow build folder
echo Cleaning...
Expand Down

0 comments on commit 7be6095

Please sign in to comment.