From 153b8b73e9df9d2e2c31902aaaeb9de5d58f7bbe Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 26 Oct 2024 23:25:22 +0200 Subject: [PATCH] Update SDL2 should fix the previous build error --- scripts/SDL2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/SDL2.sh b/scripts/SDL2.sh index ddc581c..fdc11a3 100644 --- a/scripts/SDL2.sh +++ b/scripts/SDL2.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -ver=2.30.1 +ver=2.30.8 download () { get_tar_archive sdl2 "https://github.com/libsdl-org/SDL/releases/download/release-${ver}/SDL2-${ver}.tar.gz"