This commit is contained in:
Jonatas Gonçalves 2024-03-04 17:18:56 -03:00 committed by GitHub
commit 46caac7de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ CACHEDIR=~/.ccache
ls -al $CACHEDIR
###############################################
# Install SDL
SDL2VER=2.0.22
SDL2VER=2.26.4
#SDL2
cd $CACHEDIR
if [[ ! -e SDL2-${SDL2VER} ]]; then