From dd7e2ff6558d26b4d71d833458c545868000f9ba Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Thu, 1 Jan 2026 14:57:11 +0100 Subject: [PATCH] lock in SDL version --- build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/build.bat b/build.bat index ed3ba72..65734ac 100755 --- a/build.bat +++ b/build.bat @@ -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