lock in SDL version

This commit is contained in:
Krzosa Karol
2026-01-01 14:57:11 +01:00
parent 9affcd546a
commit dd7e2ff655

View File

@@ -4,6 +4,7 @@ if not exist "src\external\SDL" (
pushd src\external
git clone https://github.com/libsdl-org/SDL.git
pushd SDL
git checkout release-3.4.0
cmake -S . -B build_win32_static -DCMAKE_BUILD_TYPE=Release -DSDL_STATIC=ON
pushd build_win32_static
msbuild SDL3.sln