mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-18 04:45:39 +00:00
(macOS) Updated the SDL library version from 2.0.20 to 2.24.0
Also fixed an issue where the wrong SDL release type was built.
This commit is contained in:
parent
e9fd585312
commit
8d6851d66b
|
@ -74,7 +74,7 @@ cd ..
|
||||||
echo "\nBuilding SDL"
|
echo "\nBuilding SDL"
|
||||||
cd SDL/build
|
cd SDL/build
|
||||||
rm -f CMakeCache.txt
|
rm -f CMakeCache.txt
|
||||||
cmake -S .. -B .
|
cmake -DCMAKE_BUILD_TYPE=Release -S .. -B .
|
||||||
make clean
|
make clean
|
||||||
make -j${JOBS}
|
make -j${JOBS}
|
||||||
cp libSDL2-2.0.dylib ../../..
|
cp libSDL2-2.0.dylib ../../..
|
||||||
|
|
|
@ -157,7 +157,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.20
|
git checkout release-2.24.0
|
||||||
ln -s include SDL2
|
ln -s include SDL2
|
||||||
mkdir build
|
mkdir build
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in a new issue