(macOS) Updated the bundled SDL version from 2.0.16 to 2.0.18

This commit is contained in:
Leon Styhre 2021-12-08 21:30:39 +01:00
parent 0978c697a2
commit 817d76190a

View file

@ -134,7 +134,7 @@ echo "\nSetting up SDL"
rm -rf SDL
git clone https://github.com/libsdl-org/SDL.git
cd SDL
git checkout release-2.0.16
git checkout release-2.0.18
ln -s include SDL2
mkdir build
cd ..