Skip to content

Commit

Permalink
Fix vcvarsall path
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Dec 21, 2024
1 parent 230123d commit dc58874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/SDL/Native/build-win-arm64.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if not exist "../../../eng/submodules/sdl/CMakeLists.txt" (
git submodule update --init --recursive --depth 1 ..\..\..\eng\submodules\sdl
)

call "C:\Program Files (x86)\Microsoft Visual Studio 17.0\VC\vcvarsall.bat" arm64
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" arm64
rd /s /q build
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion sources/SDL/Native/build-win-x64.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if not exist "../../../eng/submodules/sdl/CMakeLists.txt" (
git submodule update --init --recursive --depth 1 ..\..\..\eng\submodules\sdl
)

call "C:\Program Files (x86)\Microsoft Visual Studio 17.0\VC\vcvarsall.bat" x64
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
rd /s /q build
mkdir build
cd build
Expand Down

0 comments on commit dc58874

Please sign in to comment.