summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2016-01-16 15:43:25 +0200
committerTuomas Virtanen <katajakasa@gmail.com>2016-01-16 15:43:25 +0200
commitcd610394c6798884ff416bf9a91a55bae3a6971f (patch)
tree7974cf83804d532119f729cb99213626292c2b80 /travis
parente7eeac0c0bdbbb501026530f5e228f8f5f464bcf (diff)
Fix travis SDL2 build script
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 4b6afff..8b914fb 100644
--- a/travis/sdl2.sh
+++ b/travis/sdl2.sh
@@ -1,5 +1,5 @@
-if [ ! -d "$HOME/local/lib/libSDL2.so" ]; then
+if [ ! -e "$HOME/local/lib/libSDL2.so" ]; 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