1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

try installing libsdl2

This commit is contained in:
Kevin Burke
2014-05-24 11:15:28 +09:00
parent 1fd54f87a5
commit 3b74bc8feb

View File

@@ -1,6 +1,6 @@
language: c
before_install:
- sudo apt-get install mingw32
- sudo apt-get install mingw32 libsdl2-static-dev
script:
- which crossdev
- echo "Hello World"