File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Buil
6
6
rd /s /q build
7
7
mkdir build
8
8
cd build
9
- cmake ..\..\..\..\eng\submodules\sdl -A arm64 -DCMAKE_BUILD_TYPE=Release
9
+ cmake ..\..\..\..\eng\submodules\sdl -G Ninja -DCMAKE_BUILD_TYPE=Release
10
10
cmake --build . --parallel
11
11
cd ..
12
12
mkdir runtimes\win-arm64\native
13
- copy build\Release\ SDL3.dll runtimes\win-arm64\native
13
+ copy build\SDL3.dll runtimes\win-arm64\native
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Buil
6
6
rd /s /q build
7
7
mkdir build
8
8
cd build
9
- cmake ..\..\..\..\eng\submodules\sdl -DCMAKE_BUILD_TYPE=Release
9
+ cmake ..\..\..\..\eng\submodules\sdl -G Ninja - DCMAKE_BUILD_TYPE=Release
10
10
cmake --build . --parallel
11
11
cd ..
12
12
mkdir runtimes\win-x64\native
13
- copy build\Release\ SDL3.dll runtimes\win-x64\native
13
+ copy build\SDL3.dll runtimes\win-x64\native
You can’t perform that action at this time.
0 commit comments