Skip to content

Commit

Permalink
fix brew cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
still-flow committed Oct 1, 2020
1 parent c98dd37 commit 84792f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis/Brewfile.travis
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# using https://github.com/Homebrew/homebrew-bundle/blob/master/README.md#usage as example
brew "sdl sdl_gfx sdl_mixer sdl_ttf"
brew "sdl"
brew "sdl_gfx"
brew "sdl_mixer"
brew "sdl_ttf"
brew "glew" unless system '[[ "$HYPERROGUE_USE_GLEW" != "1" ]]'
brew "libpng" unless system '[[ "$HYPERROGUE_USE_PNG" != "1" ]]'
brew "automake" unless system '[[ "$TRAVIS_USE_AUTOTOOLS" != "1" ]]'
brew "automake" unless system '[[ "$TRAVIS_USE_AUTOTOOLS" != "1" ]]'

0 comments on commit 84792f4

Please sign in to comment.