mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +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"
|
||||
cd SDL/build
|
||||
rm -f CMakeCache.txt
|
||||
cmake -S .. -B .
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -S .. -B .
|
||||
make clean
|
||||
make -j${JOBS}
|
||||
cp libSDL2-2.0.dylib ../../..
|
||||
|
|
|
@ -157,7 +157,7 @@ echo "\nSetting up SDL"
|
|||
rm -rf SDL
|
||||
git clone https://github.com/libsdl-org/SDL.git
|
||||
cd SDL
|
||||
git checkout release-2.0.20
|
||||
git checkout release-2.24.0
|
||||
ln -s include SDL2
|
||||
mkdir build
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue