Revert "Attempted workaround for macOS SCons build failure"
This reverts commit 643210ba7f
.
The workaround didn't help. SCons still doesn't find libffi. See build
log at https://travis-ci.org/wesnoth/wesnoth/jobs/505677825
This commit is contained in:
parent
643210ba7f
commit
37a72b7423
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 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
|
||||
|
|
Loading…
Add table
Reference in a new issue