1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-18 05:22:42 +01:00
This commit is contained in:
Kevin Burke
2014-05-24 12:16:52 +09:00
parent 5fc0b75414
commit 80a74ae27d
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ before_install:
- sudo apt-get install -y --force-yes binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686 libsdl2-static-dev
- ls -al /usr/bin
- ls -al /usr/include/SDL2
- mv /usr/include/SDL2 /usr/include/sdl2
- sudo mv /usr/include/SDL2 /usr/include/sdl2
- find / -name SDL2
script:
- echo "Hello World"