Skip to content

Commit

Permalink
Revert "Attempted workaround for macOS SCons build failure"
Browse files Browse the repository at this point in the history
This reverts commit 643210b.

The workaround didn't help. SCons still doesn't find libffi. See build
log at https://travis-ci.org/wesnoth/wesnoth/jobs/505677825
  • Loading branch information
jyrkive committed Mar 13, 2019
1 parent 643210b commit 37a72b7
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 libffi cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer glew ccache
brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer glew ccache
fi
else
if [ "$NLS" != "true" ]; then
Expand Down

0 comments on commit 37a72b7

Please sign in to comment.