Skip to content

Commit

Permalink
Drop --c++11 brew flag in build-osx.md (#2755)
Browse files Browse the repository at this point in the history
* fix brew flag typo

* drop c++11
  • Loading branch information
charlesrocket authored and UdjinM6 committed Mar 11, 2019
1 parent 9f40afc commit 7b24f9b
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 @@ -17,7 +17,7 @@ Base build dependencies
-----------------------

```bash
brew install automake libtool --c++11 pkg-config
brew install automake libtool pkg-config
```

If you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG
Expand Down

0 comments on commit 7b24f9b

Please sign in to comment.