This commit is contained in:
Richard Ward
2025-12-18 20:02:52 +00:00
parent c66f7af427
commit 83dba9defd

View File

@@ -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",