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