Skip to content

Commit

Permalink
Use Ninja - libsdl-org/SDL##11487
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Dec 21, 2024
1 parent dc58874 commit 601bb66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sources/SDL/Native/build-win-arm64.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Buil
rd /s /q build
mkdir build
cd build
cmake ..\..\..\..\eng\submodules\sdl -A arm64 -DCMAKE_BUILD_TYPE=Release
cmake ..\..\..\..\eng\submodules\sdl -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build . --parallel
cd ..
mkdir runtimes\win-arm64\native
copy build\Release\SDL3.dll runtimes\win-arm64\native
copy build\SDL3.dll runtimes\win-arm64\native
4 changes: 2 additions & 2 deletions sources/SDL/Native/build-win-x64.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Buil
rd /s /q build
mkdir build
cd build
cmake ..\..\..\..\eng\submodules\sdl -DCMAKE_BUILD_TYPE=Release
cmake ..\..\..\..\eng\submodules\sdl -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build . --parallel
cd ..
mkdir runtimes\win-x64\native
copy build\Release\SDL3.dll runtimes\win-x64\native
copy build\SDL3.dll runtimes\win-x64\native

0 comments on commit 601bb66

Please sign in to comment.