summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2016-01-15 16:06:17 +0200
committerTuomas Virtanen <katajakasa@gmail.com>2016-01-15 16:06:17 +0200
commit70d59841b4f2a2dffa3c91be1f5c840e18733008 (patch)
treefb6c4cfae2f56103ced40aad52d28818e73345ea /travis
parent85ca7f8f74d02b176bea78869a595776b463c8e2 (diff)
Update sdl2.sh
Diffstat (limited to 'travis')
-rw-r--r--travis/sdl2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/sdl2.sh b/travis/sdl2.sh
index 7691e58..f6b4280 100644
--- a/travis/sdl2.sh
+++ b/travis/sdl2.sh
@@ -1,5 +1,5 @@
-if [ ! -d "$HOME/local" ]; then
+if [ ! -d "$HOME/local/lib" ]; then
wget https://www.libsdl.org/release/SDL2-2.0.4.tar.gz -O ~/SDL2.tar.gz
tar -xzvf ~/SDL2.tar.gz -C ~/
mkdir ~/sdl-build