mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(macOS) Updated the bundled SDL version from 2.0.16 to 2.0.18
This commit is contained in:
parent
0978c697a2
commit
817d76190a
|
@ -134,7 +134,7 @@ echo "\nSetting up SDL"
|
||||||
rm -rf SDL
|
rm -rf SDL
|
||||||
git clone https://github.com/libsdl-org/SDL.git
|
git clone https://github.com/libsdl-org/SDL.git
|
||||||
cd SDL
|
cd SDL
|
||||||
git checkout release-2.0.16
|
git checkout release-2.0.18
|
||||||
ln -s include SDL2
|
ln -s include SDL2
|
||||||
mkdir build
|
mkdir build
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in a new issue