Skip to content

Commit

Permalink
* install_dependencies no longer installs dependencies twice on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Schulz committed Jan 8, 2015
1 parent 72125ae commit b073a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ install_dependencies_Linux:

install_dependencies_Darwin:
brew update
brew install libsndfile
brew install boost
ls /usr/local/lib/libsndfile.a || brew install libsndfile
ls /usr/local/lib/libboost_program_options-mt.a || brew install boost

install_dependencies: install_dependencies_$(UNAME)

0 comments on commit b073a55

Please sign in to comment.