Skip to content

Commit

Permalink
Attempt to fix Mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed May 2, 2017
1 parent b272785 commit b55f7ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/travis/install_deps.sh
Expand Up @@ -6,6 +6,9 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then

brew update
brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer openssl

# For some reason, homebrew doesn't add OpenSSL to the paths?
export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS" LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"

else

Expand Down

0 comments on commit b55f7ef

Please sign in to comment.