Attempted workaround for macOS SCons build failure
Homebrew should really install libffi implicitly when we install anything that depends on it. But let's try to work around the problem by installing it explicitly.
This commit is contained in:
parent
ca499c4495
commit
643210ba7f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
|||
brew install ccache
|
||||
travis_wait ./projectfiles/Xcode/Fix_Xcode_Dependencies
|
||||
else
|
||||
brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer glew ccache
|
||||
brew install scons libffi cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer glew ccache
|
||||
fi
|
||||
else
|
||||
if [ "$NLS" != "true" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue