git repos / blockattack-game

commit 656c92cb

Poul Sander · 2023-01-15 18:58
656c92cb65cf9bcdbb0cb8bc7ead3e4c240ef556 patch · browse files
parent e38af775598c9473407a29c680147b073455bcbf

Updated libsdl2 to 2.26.2

Changed files

M source/misc/standalone/compile_requirements.sh before
diff --git a/source/misc/standalone/compile_requirements.sh b/source/misc/standalone/compile_requirements.sh index 210a75a..063f8c5 100755 --- a/source/misc/standalone/compile_requirements.sh +++ b/source/misc/standalone/compile_requirements.sh
@@ -4,8 +4,8 @@ set -x
set -u
set -o pipefail
-mkdir -p /staging/deps && cd /staging/deps && curl -L https://github.com/libsdl-org/SDL/releases/download/release-2.26.1/SDL2-2.26.1.tar.gz | tar -zx && cd SDL2-2.26.1 && ls -lrt
-cd /staging/deps/SDL2-2.26.1 && ./configure --enable-shared --enable-static && make && make install
+mkdir -p /staging/deps && cd /staging/deps && curl -L https://github.com/libsdl-org/SDL/releases/download/release-2.26.2/SDL2-2.26.2.tar.gz | tar -zx && cd SDL2-2.26.2 && ls -lrt
+cd /staging/deps/SDL2-2.26.2 && ./configure --enable-shared --enable-static && make && make install
#https://github.com/libsdl-org/SDL_image/releases/download/release-2.6.2/SDL2_image-2.6.2.tar.gz
mkdir -p /staging/deps && cd /staging/deps && curl -L https://github.com/libsdl-org/SDL_image/releases/download/release-2.6.2/SDL2_image-2.6.2.tar.gz | tar -zx && cd SDL2_image-2.6.2 && ls -lrt