Skip to content

Commit

Permalink
Attempted workaround for macOS SCons build failure
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jyrkive committed Mar 13, 2019
1 parent ca499c4 commit 643210b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/travis/steps/install.sh
Expand Up @@ -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
Expand Down

0 comments on commit 643210b

Please sign in to comment.