mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Updated SDL to 2.32.2
This commit is contained in:
parent
ac8de4faff
commit
fdf8aaee89
|
|
@ -307,29 +307,29 @@ cd ..
|
||||||
echo:
|
echo:
|
||||||
echo Setting up SDL
|
echo Setting up SDL
|
||||||
|
|
||||||
if exist SDL2-2.30.9\ (
|
if exist SDL2-2.32.2\ (
|
||||||
rmdir /S /Q SDL2-2.30.9
|
rmdir /S /Q SDL2-2.32.2
|
||||||
)
|
)
|
||||||
|
|
||||||
if exist SDL2\ (
|
if exist SDL2\ (
|
||||||
rmdir /S /Q SDL2
|
rmdir /S /Q SDL2
|
||||||
)
|
)
|
||||||
|
|
||||||
if exist SDL2-devel-2.30.9-VC.zip (
|
if exist SDL2-devel-2.32.2-VC.zip (
|
||||||
del SDL2-devel-2.30.9-VC.zip
|
del SDL2-devel-2.32.2-VC.zip
|
||||||
)
|
)
|
||||||
|
|
||||||
curl -LO https://libsdl.org/release/SDL2-devel-2.30.9-VC.zip
|
curl -LO https://libsdl.org/release/SDL2-devel-2.32.2-VC.zip
|
||||||
|
|
||||||
7z x SDL2-devel-2.30.9-VC.zip
|
7z x SDL2-devel-2.32.2-VC.zip
|
||||||
|
|
||||||
if not exist SDL2-2.30.9\ (
|
if not exist SDL2-2.32.2\ (
|
||||||
echo SDL directory is missing, aborting.
|
echo SDL directory is missing, aborting.
|
||||||
cd ..
|
cd ..
|
||||||
goto end
|
goto end
|
||||||
)
|
)
|
||||||
|
|
||||||
rename SDL2-2.30.9 SDL2
|
rename SDL2-2.32.2 SDL2
|
||||||
|
|
||||||
cd SDL2
|
cd SDL2
|
||||||
rename include SDL2
|
rename include SDL2
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@
|
||||||
# How many CPU threads to use for the compilation.
|
# How many CPU threads to use for the compilation.
|
||||||
JOBS=4
|
JOBS=4
|
||||||
|
|
||||||
SDL_RELEASE_TAG=release-2.30.9
|
SDL_RELEASE_TAG=release-2.32.2
|
||||||
SDL_SHARED_LIBRARY=libSDL2-2.0.so.0.3000.9
|
SDL_SHARED_LIBRARY=libSDL2-2.0.so.0.3200.2
|
||||||
|
|
||||||
echo "Building AppImage..."
|
echo "Building AppImage..."
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@
|
||||||
# How many CPU threads to use for the compilation.
|
# How many CPU threads to use for the compilation.
|
||||||
JOBS=4
|
JOBS=4
|
||||||
|
|
||||||
SDL_RELEASE_TAG=release-2.30.9
|
SDL_RELEASE_TAG=release-2.32.2
|
||||||
SDL_SHARED_LIBRARY=libSDL2-2.0.so.0.3000.9
|
SDL_SHARED_LIBRARY=libSDL2-2.0.so.0.3200.2
|
||||||
|
|
||||||
echo "Building Steam Deck AppImage..."
|
echo "Building Steam Deck AppImage..."
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -333,7 +333,7 @@ if [ ! -d SDL ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd SDL
|
cd SDL
|
||||||
git checkout release-2.30.9
|
git checkout release-2.32.2
|
||||||
ln -s include SDL2
|
ln -s include SDL2
|
||||||
mkdir build
|
mkdir build
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue