mirror of
https://github.com/touchHLE/rust-sdl2.git
synced 2026-01-31 01:25:23 +01:00
Update travis-install-sdl2.sh to download 2.0.9 tarball
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
set -xueo pipefail
|
||||
|
||||
wget https://www.libsdl.org/release/SDL2-2.0.8.tar.gz -O sdl2.tar.gz
|
||||
wget https://www.libsdl.org/release/SDL2-2.0.9.tar.gz -O sdl2.tar.gz
|
||||
tar xzf sdl2.tar.gz
|
||||
pushd SDL2-* && ./configure && make && sudo make install && popd
|
||||
wget -q https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user