install sdl2* on macos
This commit is contained in:
parent
618b93276e
commit
c9d1f43837
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ addons:
|
|||
- libtolua-dev
|
||||
- zlib1g-dev
|
||||
before_script:
|
||||
- "if [ $TRAVIS_OS_NAME == osx ]; then brew install lua51 sdl; \
|
||||
- "if [ $TRAVIS_OS_NAME == osx ]; then brew install lua51 sdl2 sdl2_mixer sdl2_image; \
|
||||
git clone https://github.com/LuaDist/toluapp.git; \
|
||||
cd toluapp; mkdir build;
|
||||
cd build; cmake ..; make; \
|
||||
|
|
Loading…
Reference in a new issue