From 83dba9defd57e3d658ad49f79cc6580d80530464 Mon Sep 17 00:00:00 2001 From: Richard Ward Date: Thu, 18 Dec 2025 20:02:52 +0000 Subject: [PATCH] bug --- scripts/setup_vendor_dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_vendor_dependencies.py b/scripts/setup_vendor_dependencies.py index 0956546..8df5e93 100644 --- a/scripts/setup_vendor_dependencies.py +++ b/scripts/setup_vendor_dependencies.py @@ -58,7 +58,7 @@ def main(): VENDOR_DIR.mkdir(exist_ok=True) INSTALL_DIR.mkdir(exist_ok=True) - fetch_repo("SDL", "https://github.com/libsdl-org/SDL.git", "release-3.0.0") + fetch_repo("SDL", "https://github.com/libsdl-org/SDL.git", "release-3.2.x") build_and_install( VENDOR_DIR / "SDL", VENDOR_DIR / "build-sdl",