From ed61037bfb2b154df7a38be7ed7bc163fcba0b5b Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Sat, 24 May 2014 13:01:34 +0900 Subject: [PATCH] install extra package for stubs-32 deb --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9de7ffae6b..2685289d40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ before_install: - echo "yes" | sudo apt-add-repository ppa:openmw/deps - sudo apt-key update -qq - sudo apt-get update -qq - - sudo apt-get install -y --force-yes binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686 libsdl2-static-dev + - sudo apt-get install -y --force-yes binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686 libsdl2-static-dev libc6-dev-i386 - ls -al /usr/bin - ls -al /usr/include/SDL2 - sudo mv /usr/include/SDL2 /usr/include/sdl2