mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-06 23:19:59 +01:00
update sdl to 2.0.12
This commit is contained in:
parent
b684d71af8
commit
3d22584115
@ -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}/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user