Skip to content

Commit 601bb66

Browse files
committed
Use Ninja - libsdl-org/SDL##11487
1 parent dc58874 commit 601bb66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Buil
66
rd /s /q build
77
mkdir build
88
cd build
9-
cmake ..\..\..\..\eng\submodules\sdl -A arm64 -DCMAKE_BUILD_TYPE=Release
9+
cmake ..\..\..\..\eng\submodules\sdl -G Ninja -DCMAKE_BUILD_TYPE=Release
1010
cmake --build . --parallel
1111
cd ..
1212
mkdir runtimes\win-arm64\native
13-
copy build\Release\SDL3.dll runtimes\win-arm64\native
13+
copy build\SDL3.dll runtimes\win-arm64\native

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Buil
66
rd /s /q build
77
mkdir build
88
cd build
9-
cmake ..\..\..\..\eng\submodules\sdl -DCMAKE_BUILD_TYPE=Release
9+
cmake ..\..\..\..\eng\submodules\sdl -G Ninja -DCMAKE_BUILD_TYPE=Release
1010
cmake --build . --parallel
1111
cd ..
1212
mkdir runtimes\win-x64\native
13-
copy build\Release\SDL3.dll runtimes\win-x64\native
13+
copy build\SDL3.dll runtimes\win-x64\native

0 commit comments

Comments
 (0)