Attempt to fix macOS+scons travis error.
This commit is contained in:
parent
9bf393095b
commit
62fe0b5f53
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@ set -ev
|
|||
|
||||
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
|
||||
|
||||
brew update
|
||||
brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer
|
||||
brew reinstall libffi
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 brew reinstall libffi
|
||||
|
||||
else
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue