Skip to content

Commit dc58874

Browse files
committed
Fix vcvarsall path
1 parent 230123d commit dc58874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sources/SDL/Native/build-win-arm64.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ if not exist "../../../eng/submodules/sdl/CMakeLists.txt" (
22
git submodule update --init --recursive --depth 1 ..\..\..\eng\submodules\sdl
33
)
44

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
66
rd /s /q build
77
mkdir build
88
cd build

sources/SDL/Native/build-win-x64.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ if not exist "../../../eng/submodules/sdl/CMakeLists.txt" (
22
git submodule update --init --recursive --depth 1 ..\..\..\eng\submodules\sdl
33
)
44

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
66
rd /s /q build
77
mkdir build
88
cd build

0 commit comments

Comments
 (0)