Skip to content

Commit

Permalink
Merge pull request #130 from uyjulian/sdl2_update_251223
Browse files Browse the repository at this point in the history
Bump SDL2 version to one that includes cond fixes
  • Loading branch information
fjtrujy authored Dec 26, 2023
2 parents d9ab02c + 26f7860 commit 750ef0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-cmakelibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ git clone --depth 1 -b feature/cmake https://github.com/mcmtroffaes/theora.git |
# SDL requires to have gsKit
git clone --depth 1 -b v1.3.5 https://github.com/ps2dev/gsKit || { exit 1; }

git clone --depth 1 -b release-2.26.3 https://github.com/libsdl-org/SDL.git || { exit 1; }
# We need to clone the whole repo and point to the specific hash for now,
# till a new version is released after this commit
git clone https://github.com/libsdl-org/SDL.git || { exit 1; }
(cd SDL && git checkout 3b1e0e163ba3933daa9aa19f06a7bb3909e05c8a && cd -) || { exit 1; }
git clone --depth 1 -b release-2.6.3 https://github.com/libsdl-org/SDL_mixer.git || { exit 1; }
git clone --depth 1 -b release-2.6.3 https://github.com/libsdl-org/SDL_image.git || { exit 1; }
git clone --depth 1 -b release-2.20.2 https://github.com/libsdl-org/SDL_ttf.git || { exit 1; }
Expand Down

0 comments on commit 750ef0e

Please sign in to comment.