Update Windows SDL2 to version 2.0.5

This commit is contained in:
Matthias Mailänder
2017-01-05 21:26:45 +01:00
parent 27d45f890e
commit d4079d1bd1
2 changed files with 5 additions and 5 deletions

View File

@@ -19,9 +19,9 @@ function get()
if [ ! -f SDL2.dll ]; then
echo "Fetching SDL2 from libsdl.org"
wget https://www.libsdl.org/release/SDL2-2.0.4-win32-x86.zip
unzip SDL2-2.0.4-win32-x86.zip SDL2.dll
rm SDL2-2.0.4-win32-x86.zip
wget https://www.libsdl.org/release/SDL2-2.0.5-win32-x86.zip
unzip SDL2-2.0.5-win32-x86.zip SDL2.dll
rm SDL2-2.0.5-win32-x86.zip
fi
if [ ! -f freetype6.dll ]; then