File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ if not exist "../../../eng/submodules/sdl/CMakeLists.txt" (
2
2
git submodule update --init --recursive --depth 1 ..\..\..\eng\submodules\sdl
3
3
)
4
4
5
- call " C:\Program Files (x86) \Microsoft Visual Studio 17.0\VC \vcvarsall.bat" arm64
5
+ call " C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build \vcvarsall.bat" arm64
6
6
rd /s /q build
7
7
mkdir build
8
8
cd build
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ if not exist "../../../eng/submodules/sdl/CMakeLists.txt" (
2
2
git submodule update --init --recursive --depth 1 ..\..\..\eng\submodules\sdl
3
3
)
4
4
5
- call " C:\Program Files (x86) \Microsoft Visual Studio 17.0\VC \vcvarsall.bat" x64
5
+ call " C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build \vcvarsall.bat" x64
6
6
rd /s /q build
7
7
mkdir build
8
8
cd build
You can’t perform that action at this time.
0 commit comments