mirror of https://github.com/stella-emu/stella.git
Make Travis build use a released SDL, not a WIP from Mercurial.
This commit is contained in:
parent
e02bab3bf0
commit
1ac3c4dadc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue