From 3d225841150b9d32f0863e2b8b57b5a60d2da9e6 Mon Sep 17 00:00:00 2001 From: Vitor Kiguchi Date: Thu, 12 Mar 2020 15:20:34 -0300 Subject: [PATCH] update sdl to 2.0.12 --- linux-mingw/mingw-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-mingw/mingw-setup.sh b/linux-mingw/mingw-setup.sh index 92aabda..b2c888c 100644 --- a/linux-mingw/mingw-setup.sh +++ b/linux-mingw/mingw-setup.sh @@ -11,7 +11,7 @@ wget -q "${MINGW_URL}" -O 'mingw.7z' cp -rv "${TARGET_DIR}"/* '/usr/x86_64-w64-mingw32/lib/' # SDL2 -SDL2_VER='2.0.10' +SDL2_VER='2.0.12' wget "https://www.libsdl.org/release/SDL2-devel-${SDL2_VER}-mingw.tar.gz" tar -zxf "SDL2-devel-${SDL2_VER}-mingw.tar.gz" cd SDL2-${SDL2_VER}/