Skip to content

Commit

Permalink
remove brew c++ flag
Browse files Browse the repository at this point in the history
the c++ is not needed since the listed brew formulas no longer have this option. It also raises a warning that may generate confusion.
  • Loading branch information
fernandezpablo85 authored Dec 26, 2017
1 parent 5180a86 commit 5ec3eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Then install [Homebrew](https://brew.sh).
Dependencies
----------------------

brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config protobuf python3 qt libevent
brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf python3 qt libevent

See [dependencies.md](dependencies.md) for a complete overview.

Expand Down

0 comments on commit 5ec3eae

Please sign in to comment.