Make Travis build use a released SDL, not a WIP from Mercurial.

This commit is contained in:
Stephen Anthony 2019-12-23 17:22:29 -03:30
parent e02bab3bf0
commit 1ac3c4dadc
1 changed files with 3 additions and 2 deletions

View File

@ -44,8 +44,9 @@ install:
mkdir -p ~/Library/Frameworks/
ln -s `pwd`/build/Release/SDL2.framework ~/Library/Frameworks/
else
hg clone https://hg.libsdl.org/SDL SDL
cd SDL
curl -O https://www.libsdl.org/release/SDL2-2.0.10.tar.gz
tar xzf SDL2-2.0.10.tar.gz
cd SDL2-2.0.10
mkdir build
cd build
../configure